Hi,

 

I have a flash form as below.

 

<cfform action="#CGI.SCRIPT_NAME#?event=users.passwordchangeaction"
method="post" name="passwordchange" height="300" width="400" skin="haloblue"
format="flash" preloader="yes">

            <cfinput type="text" name="currentpassword" size="12"
message="Please enter current password!" label="Current Password"
required="yes" />  

            <cfinput type="text" name="newpassword" size="12"
message="Please enter new password!" label="New Password" required="yes" />


            <cfinput type="text" name="newpassword2" size="12"
message="Please enter new password again!" label="New Password Again"
required="yes" />  

 

            <cfinput type="submit" name="changepassword" value="Change My
Password" label="Submit" validate="submitonce" />  

</cfform>

 

I want to validate whether newpassword and newpassword2 fields are identical
or not on client side. Are there any method such as bind etc. To do this?

 

 

TIA!

 

 

Best regards,

 

Oğuz Demirkapı

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196126
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to