The Textarea object represent a text-area in an HTML form.
For each instance of an HTML <textarea> tag in a form, a
Textarea object is created.
You can access a Textarea object
by indexing the elements array of the
corresponding form or by using getElementById().
IE: Internet Explorer, O:
Opera, F: Firefox,W3C: World Wide Web Consortium (Internet
Standard).
|