Hi guys
How can i get my password field masked so that it only shows
instead of the "actual password"
Thanks in advance for your help,
in the form instead of
<input type="text" name="password" size="20" maxlength="40" >
change the input type to password
<input type="password" name="password" size="20" maxlength="40">
THANKS
Billet