asp.net.ph

Skip Navigation Links

createControlRange Method

DHTML Methods


Creates a controlRange collection of non-text elements.

Syntax

oControlRange = document.createControlRange (  ) 
Return Value

ControlRange collection. If a ControlRange already exists, createControlRange overwrites the existing element; otherwise, it returns a pointer to the element created.

Example

The following example creates a ControlRange.

oControlRange = document.body.createControlRange ( );
Applies To

BODY



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note