Yeah...I just change to try and find out why the error message..but when i
change txtlogin to txtlogin1 in the login page i changed also in the
process_login page.


regards


__
M.Sc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer
DIGI-Grupo de Desarrollo
COPEXTEL, S.A.

  _____  

From: Aaron DC [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 06, 2004 3:39 PM
To: CF-Talk
Subject: Re: What can I do..

<SNIP>
<DEFANGED_cfinput
name="txtLogin1" type="text" size="15" tabindex="1" required="yes"
message="Para autenticarse usted necesita de un nombre de usuario."
passthrough="class=""LetraForm""">
</SNIP>

<SNIP>
<cfset UserId=MyUser.GetUserId(form.txtLogin, form.txtPass)>

</SNIP>

<SNIP>
"Element TXTLOGIN is undefined in FORM."  it's not true.

</SNIP>

<SNIP>
A) Check that your form fields are spelled correctly.

</SNIP>

Looking at your form code, the cfinput is named "txtLogin1", but you use
"form.txtLogin" for the GetUserID call.

Aaron
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to