buen este es mi formulario
Código HTML:
Ver original
<DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / / EN" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es"> <head> </head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" /> <link type="text/css" rel="stylesheet" href="estilo.css"> <script language="javaScript"> function Validar(form1){ if(document.form1.Nombre.value =="") { alert("Ingrese Nombre "); return false; }else { return true; } if (document.form1.Contrasena.value.lengt ==" ") { alert("Ingrese Contraseña"); return false; } if(document.form1.Area.value.lengt ==" ") { alert("Ingrese Area"); return false; } if(document.form1.Cargo.value.lengt ==" ") { alert("Ingrese Cargo"); return false; } } </script> <body> <br> <center><form id="form1" action="InsertaUsuario.php" method="post" onsubmit="return Validar()"> <?php if (isset($sindatos)) echo $sindatos; ?> <tr> <td> <center><IMG SRC="imagenes/LOGO.jpg" WIDTH=120 HEIGHT=100></center> </td> </td> </tr> </table> </div> </form></center> </body> </html>
Agradezco toda la ayuda posible!!