I don't think we have a forum for Javascript so I'm trying here. I'm writing a password screen which uses the following code:
var username = prompt("username required:", ""
This works o.k. but the prompt box is at the top of the screen. Is there a way to lower it. I tried various tags but nothing seems to work.
Also does someone know how to display * instead of the char entered.
Thanks..Russ
var username = prompt("username required:", ""
This works o.k. but the prompt box is at the top of the screen. Is there a way to lower it. I tried various tags but nothing seems to work.
Also does someone know how to display * instead of the char entered.
Thanks..Russ