Click to return to the DHTML, HTML     
createCaption Method     createElement Method     DHTML Methods    
Web Workshop  |  DHTML, HTML & CSS

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 ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
BODY


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.