Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Creates a controlRange collection of nontext elements.
Syntax
oControlRange = BODY .createControlRange( )Return Value
Returns a controlRange collection.
Remarks
Creates a selection range object for control-based selection rather than text-based selection.
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 ();Standards Information
There is no public standard that applies to this method.
Applies To
|
BODY |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |