34,333
edits
Changes
→JavaScript Password Object
== JavaScript HTML Password Object ==
The JavaScript HTML 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>
== Summary ==
Now that we have provided a basic over of how HTML forms are constructed we can look at how to submit the data to a PHP script on the server and process that data. This is covered in the chapter entitled [[PHP and HTML Forms]].