pretty self explanatory...
|
|
Make your password textbox of type "text":
Then use the following script:
What it does is this: when the focus is received, the textbox is changed to a password box, and when focus is lost, it returns to a normal textbox (so the hint text is readable), unless of course something was entered in the textbox. I didn't actually test this, but if it doesn't work correctly, at least it will point you in the direction to take. |
||
|
|
|
Maybe you can use jquery impromptu plugin, follow the link for a detailed explanation... in a nutshell, you would be using a form's standard input type password. Something like this:
|
||
|
|
