![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/10/2003, 16:15
|
| | Fecha de Ingreso: septiembre-2003
Mensajes: 128
Antigüedad: 21 años, 5 meses Puntos: 0 | |
<script language="JavaScript"><!--
// -->
function jf_valida_form(ar_obj)
{
VALIDAS LOS QUE QUIERAS
evaluas ar_obj.value
return false; >> algo esta mal
return true; >> todo bien
}
<!--
// --></script>
FORM:
<select name="..." class="..." onchange="jf_valida_form(this);"> |