Hi Experts.
I am trying to prompt a user to enter a password.
I have a javascript prompt box..that works fine. What my problem is.. that instead of showing the actual password in the prompt box, can I not show asterisks or dots instead???
I want it to work like the PASSWORD input type... but for a prompt box.. is that even possible.
Also how do I get the prompt box to appear in the middle of the screen..
Heres the code...
userp=window.prompt("Passw
ord"," ");
Please help or suggest another solution.
Thanks
Regards
YoZn
Start Free Trial