| Author |
Putting passwords into code
|
Donna Bachner
Ranch Hand
Joined: Oct 08, 2004
Posts: 109
|
|
How do you make a textbox print ***'s instead of what the user is typing? I am putting a password on a website and want to conceal it.
|
 |
Pavan Keely
Ranch Hand
Joined: Jun 30, 2006
Posts: 62
|
|
Use password field. <input type="password" name="passwordField" />
|
Pavan Keely<br /><a href="http://keelypavan.blogspot.com" target="_blank" rel="nofollow">http://keelypavan.blogspot.com</a>
|
 |
Donna Bachner
Ranch Hand
Joined: Oct 08, 2004
Posts: 109
|
|
THANKS it works great!!!
|
 |
 |
|
|
subject: Putting passwords into code
|
|
|