Changes

Jump to: navigation, search

Building Forms with JavaScript

431 bytes added, 15:29, 17 May 2007
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>

Navigation menu