Click to return to the DHTML, HTML     
qualifier Property     READONLY Attribute | read...     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

readOnly Property


Retrieves whether the rule or style sheet is defined on the page or is imported.

Syntax

HTMLN/A
Scripting[ bReadOnly = ] object.readOnly

Possible Values

bReadOnly Boolean that specifies one of the following values:
falseRule or style sheet is obtained through a LINK object or the @import rule.
trueRule or style sheet is defined on the page.

The property is read-only with a default value of false.

Remarks

You cannot modify style sheets obtained through a LINK object or the @import rule while the designMode property is enabled. For more information, see MSHTML Editing.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
styleSheet, rule


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.