This documentation is archived and is not being maintained.
createRange method
Returns an empty range object that has both of its boundary points positioned at the beginning of the document.
Syntax
var oRange = document.createRange();
Parameters
- oRange [out, retval]
-
Type: Range
Returns a Range object, if the method succeeds.
Return value
Type: Range
Returns a Range object, if the method succeeds.
Standards information
See also
-
document