|
The Password object represent a password field in an HTML
form.
For each instance of an HTML <input type="password"> tag
on a form, a Password object is created automatically.
You can access a password field by searching through the
elements[] array of the form or by using
document.getElementById().
IE: Internet Explorer, O:
Opera, F: Firefox, W3C: World Wide Web Consortium (Internet
Standard)
|