Creates a controlRange collection of nontext elements.
Syntax
oControlRange = document.body.createControlRange()
Return Value
Returns a controlRange collection. If a controlRange already exists, createControlRange overwrites the existing element; otherwise, it returns a pointer to the element created.
Example
This example creates a controlRange using the createControlRange method.
oControlRange = document.body.createControlRange();
Applies To
BODY