Document.designMode (Property)

Part of a page authoring control system built into the MSIE browser.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyDocument.designMode

This is a means of editing objects manually within the browser. While the browser is in this state, editable elements acquire a UI for modification by means of the enter key. When the designMode property is set to "on" you cannot execute scripts.

The following values can be assigned to this property:

Warnings: