SiteExperts.com Logo Home | Community | Developer's Paradise | Jobs
User Groups | Site Tools | Site Information | Search

Inside Technique : DHTML Demos : Table Editor

Internet Explorer 4.0 Table Object Model provides complete control over creating and manipulating tables. Dynamic HTML exposes 4 properties on each element for manipulating the contents of an element: innerHTML, innerText, outerHTML, and outerText. However, these properties are not supported for adding and removing cells or rows from the table. Instead, Internet Explorer provides a custom object model specifically designed for these operations. We are using the table object model to create a simple table editor. This table editor allows you to visually construct a table.

This demo requires Internet Explorer 4.0 or later