Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/11/2005, 06:51
cristianf
 
Fecha de Ingreso: abril-2005
Mensajes: 112
Antigüedad: 20 años
Puntos: 0
gracias por la rapida respuesta!!! te comento he revisado eso de TLF lo puse igual a todo pero sigue llevando a ese response.
para mi el error esta en esta parte:
if nombre="" then correcto=False end if
if apellido="" then correcto=False end if
if login="" then correcto=False end if
if password="" then correcto=False end if
if tlf="" then correcto=False end if
if mail="" then correcto=False end if

if correcto then

te muestro el codigo del fromulario pero me parece que no esta el problema aqui
<form name="login" method="post" action="alta.asp">
<p>Nombre:
<input type="text" name="Nombre">
</p>
<p>Apellido:
<input type="text" name="Apellido">
</p>
<p>Tel&eacute;fono
<input type="text" name="Tlf">
</p>
<p>E-Mail:
<input type="text" name="Mail">
</p>
<p>Nombre de usuario:
<input type="text" name="Login">
</p>
<p>Contrase&ntilde;a :
<input type="text" name="Password">
</p>
<p>
<input type="submit" name="Submit" value="Darme de Alta">
</p>
</form>
por utimo te comento que tengo una base de datos con : Login - Password Nombre - Apellido - Tlf - Mail . en ese orden (y con mayusculas todas al incio)