Ver Mensaje Individual
  #13 (permalink)  
Antiguo 27/05/2002, 13:25
Avatar de Chalagauch
Chalagauch
 
Fecha de Ingreso: noviembre-2001
Ubicación: Esquina Libertad
Mensajes: 343
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: Guardar datos en la base

Bueno.., aca va el codigo de prueba_login.htm



<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="userlogin" method="post" action="guardaUsuarios.cfm">
<p>
<input type="text" name="Nombre">
</p>
<p>
<input type="text" name="Password">
</p>
<p>
<input type="submit" name="Submit" value="Enviar">
</p>
</form>
</body>
</html>