JavaScript Objects
Window
Document
Location
History
Forms
Links
Anchors
Elements:
text field
textarea
checkbox
radio
select
button
submit
reset
password
To access the information in a text field named "myText" in the form named "myForm" in you web page use
document.myForm.myText.value
Alyce Brady, Kalamazoo College