Returns an array of elements specified in the createControlRange method.
Syntax
[ collRange = ] document.body.createControlRange()
Possible Values
collRange Array of elements created with the createControlRange method.
Remarks
Instead of using the collection's item method, you can use an index to directly access an element in the collection. For example, the element returned from the collection represented by collRange(0) is the same as the element returned by collRange.item(0).
The controlRange collection is available as of Microsoft® Internet Explorer 5.
Members
See Also