<!--- Case sensitive comparison of two strings --->
<cfif compare(pswd1, pswd2) NEQ>
<!--- passwords not equivalent --->
<cfelse>
<!--- passwords are equivalent --->
</cfif>
-S
___________________________________________
Sean Brown <[EMAIL PROTECTED]>
Systems Engineer <[EMAIL PROTECTED]>
Westcar Consulting Group www.westcar.com
Allaire Alliance Partner www.allaire.com
___________________________________________
-----Original Message-----
From: Erik Nachbahr [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 25, 2000 9:47 PM
To: '[EMAIL PROTECTED] '
Subject: Check for Matching Passwords - Server Side
Greetings,
I want to be able to check that if a user is setting a password, that the
two boxes that they type it in match - on an html form. (this is used all
over). I know how to do the checking with JS, but I wanted to make it
server-side (with CF)
I know that this must be very easy, but I am having a brain-fart. Also, I
look forward for some creative ways to do this from the "experts"!
thanks in advance!
Erik
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.