How do I get what the user types in to show up in those little password charicters – Java?

Both comments and pings are currently closed.

One Response to “How do I get what the user types in to show up in those little password charicters – Java?”

  1. almohad_pattern says:

    It's not Java, it's Javascript :) (take care, they're very different)
    You have to use a HTML password field to get the password; it's just like a textfield ( ), but the password will be displayed as a row of stars.

    You can then get the value from the field by replacing
    var getin = prompt("What is the password?","")
    with
    var getin = document.all.myPswField .getValue();

Powered by WordPress | Designed by: Full Nulled Scripts