Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/03/2003, 03:49
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 6 meses
Puntos: 381
Hola,

tal vez así?

<script language="javascript">
function verifica(cual)
{
if(cual.select_coches.value=="0")
{alert('Debe escoger una opción');return false}
}
</script>

Y a tu form le dices....

<form name="form1" method="post" action="" onSubmit="return verifica(this)">