Código HTML:
<script language="JavaScript"> function Valida(){ var nomb = document.form.Nombre.value; if(nomb.length == 0) alert("Error"); else form.submit(); } </script>
Código HTML:
<form action="insertardo.php?do=insertar" method="post" name="form"> <br/><br/><br/><br/><br/> <CENTER><B><p>Introduzca los datos del Cliente:</B><br/> <br/> Nombre: <input type="text" name="Nombre" size = "21" maxlength="255" /><br/> Apellido: <input type="text" name="Ape11idos" size = "21" maxlength="255" / ><br/> Identidad: <input type="text" name="CI" size = "20" maxlength="255" / ><br/> Direccion: <input type="text" name="Direccion" size = "20" maxlength="255" / ><br/> Tipo_Lic:<select name="Tipo"> <CENTER><option value="Tipo1">Tipo1 <option value="Tipo2">Tipo2 <option value="Tipo3">Tipo3 <option value="Tipo4">Tipo4 <option value="Tipo5">Tipo5 </select></td> <td colspan=2 align=center> </CENTER> <CENTER>Tiempo_De_Pos : <input type="text" name="Tiempo_de_Poseerla" size="12" maxlength="255"/><br /> <br/> </CENTER> <CENTER><input type="button" name ="submit" value ="Aceptar" onClick="Valida();"></p></CENTER> </form>
Cita:
Line: 12
Char: 4
Error: Object doesn't support this property or method
Code: 0
Char: 4
Error: Object doesn't support this property or method
Code: 0