Page 1 of 1

Password security

Posted: Thu Feb 05, 2004 3:25 am
by andylyon87
I want an input box for a password to show ***** instead of the actual characters.

Posted: Thu Feb 05, 2004 3:28 am
by markbeadle
Use <input type="password" name=xyz value=$xyz>

It should be noted that this does not encrypt the information entered and should not be considered as a real security measure. All it does it show * instead of the keypress.

Posted: Thu Feb 05, 2004 3:34 am
by andylyon87
thanks I thought it would be a simple answer I just didn't know