BODY.createControlRange() (Method)

A constructor function to create a new controlRange object.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:ControlRange object
JavaScript syntax:IEmyElement.createControlRange()

This method creates a collection of non-text elements. These are selectable items based on controls rather than text. If the controlRange (belonging to the BODY object) already exists, then it will be overwritten by the results of this method call.

See also:BODY.controlRange[]