Internet Explorer 6, Part I: DOM Standards Support: A Final Word - Doc JavaScript
Internet Explorer 6, Part I: DOM Standards Support
A Final Word
In this column we embarked on a new series about Internet Explorer 6. We focused on new properties and methods of the Document Object Model. These are extensions to IE5.5's handling of the DOM standards as described in Columns 40, The DOM, Part I: Analysis, through Column 47, A DOM-Based Snakes Game, Part II. IE6 is simply a more thorough implementation of the DOM standards. We showed you how to manipulate DOM strings, and how the new browser version adds support for the document
object. We demonstrated the different handling of the document
and documentElement
objects. We described the new ownerDocument
property that returns the root of the owner DOM.
In this column you have learned:
- How to create attribute nodes
- How to replace DOM strings
- How to delete DOM strings
- How to insert DOM strings
- How to append DOM strings
- How to use the document object
- How to find the node's DOM context
Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: July 16, 2001
Revised: July 16, 2001
URL: https://www.webreference.com/js/column88/9.html