I would like to give a login to a new site that i am creating and i have set up a username and password but i would like the password field to display asterics in the password input field as the user types but still store the actual password in the variable.
I have this line in my document that creates the password field in a form:
<INPUT NAME=\"password\" TYPE=\"text\" SIZE=\"25\">
Any ideas?