DHTML Collections
Returns an array of elements specified in the createControlRange method.
[ collRange = ] document.body.createControlRange ( ) |
collRange |
Reference to an array of elements created with the createControlRange method. |
Accessing an element of the collection directly by providing an index is a shortcut to using the collection's item method. For example, the element returned from the collection represented by the statement collRange ( 0 ) is the same as collRange.item ( 0 ).
createControlRange