Question : Javascript prompt boxes

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("Password"," ");


Please help or suggest another solution.

Thanks

Regards

YoZn

Answer : Javascript prompt boxes

Here is an example

http://javascript.internet.com/passwords/password-pro-in.html#source

RNBY
Random Solutions  
 
programming4us programming4us