July 1998
Intermediate to advanced
1456 pages
65h 5m
English
value — NN 2 IE 3 DOM 1
Read/Write
Current value associated with the form control that is submitted with the name/value pair for the element. All values are strings. Browsers return the actual characters typed by the user (except in Navigator 2), so you can retrieve an entered password for further processing before submission (or perhaps for storage in the cookie).
document.forms[0].myPassword.value = "franken"
String.
None.
Read now
Unlock full access