Element.contentEditable (Property)

A property that determines whether the content of an element can be changed.

Availability:

JScript - 5.5
Internet Explorer - 5.5
Property/method value type:String primitive
JavaScript syntax:IEmyElement.contentEditable
IEmyElement.contentEditable = aSetting
Argument list:aSettingOne of true, false or inherit

This property can be set under script control. The following values are appropriate for use with it:

When set to false, the content cannot be changed. When set to inherit, the ability to change the content depends on the setting of this property in the parent Node.

You cannot set this property on the following element types:

However you can work around this by placing <DIV> and <SPAN> elements inside the table cells and then setting their contentEditable property as needed.