Click to return to the DHTML, HTML     
children Collection     elements Collection     DHTML Collections    
Web Workshop  |  DHTML, HTML & CSS

controlRange Collection


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

createControlRange



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.