Below is a form consisting of 3 text boxes.
The document identifier can be used to access information stored in
the text boxes. This information can then be displayed in the document
window. Notice that document.id.First.value
is the Javascript expression that represents the data in the box
named First. If you use the document.write()
function, the information can be displayed in the browser.
Below is the Javascript used to create the display shown at the bottom of
this web page.
|