asp.net.ph

Skip Navigation Links

controlRange Collection

DHTML Collections


Returns an array of elements specified in the createControlRange method.

Syntax


[ collRange = ] document.body.createControlRange ( )

Possible Values


collRange Reference to an array of elements created with the createControlRange method.

Remarks

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 ).

Members



See Also

createControlRange



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note