August 1999
Intermediate to advanced
1488 pages
72h 53m
English
textarea.nameThe name property of an instance of a Textarea object returns the name of the text area. This property is often accessed via the elements array of a Form object and used to return the name of the text area. It is most useful when there are many forms on a given page, and determining the name helps you determine what function you want to perform.
Listing 7.512 has a text area and button. The elements array of a Form object is used to retrieve the name and display it in an alert box. The result of running Listing 7.557 and clicking the button is shown in Figure 7.14.
Read now
Unlock full access