![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/12/2006, 19:39
|
![Avatar de blas9](http://static.forosdelweb.com/customavatars/avatar151501_1.gif) | | | Fecha de Ingreso: septiembre-2006 Ubicación: en algun lugar
Mensajes: 55
Antigüedad: 18 años, 4 meses Puntos: 0 | |
Re: como puedo obligar a que seleccionen en un selection multiple asi tengo mi codigo
<script type="text/javascript">
function validar2(frm) {
if (frm.Correo_Electronico.selectedIndex == -1 || frm.filename.value=='')
return false;
}
</script>
/********
action=\"mail1.php?login=$login\" method=\"POST\" onsubmit=\"return validar2(this)
*************/
pero no me hace nada se pasa a la otra pagina y no toma la funcion |