createControlRange Method
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
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus. BODY
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.