The Text object represent a text-input field in an HTML
form.
For each instance of an <input type="text"> tag in an
HTML form, a Text object is created automatically.
You can access a text-input 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).
|