34,333
edits
Changes
→JavaScript Password Object
== JavaScript Password Object ==
The JavaScript Password object is used to collect information from a user (typically, but limited to a password or acount number) whne the data entered should not visible on the screen. As the user types '*' character appears in the text field for each key press, instead of the actual typed character.
The basic syntax for the Password Object is as follows:
<pre>
<input type="PASSWORD" name="objectName" size="10" />
</pre>