|
This script is designed to give Netscape 6 the following methods:
removeNode() , replaceNode() , swapNode() , applyElement() , contains() ,
insertAdjacentText() , insertAdjacentHTML() and insertAdjacentElement()
These are proprietary methods found in IE browsers and are not part of the W3C DOM.
The methods mentioned here may or may not work in some versions of IE.
These compatibility issues are beyond the scope of this script.
If you need more info about these methods you should consult the IE Documentation.
I made a few very simple examples to show the methods in action.
To use the script the following line should be put in the head of the webpage.
Right-click the link and save the file to the same directory as the webpage.
<script language="Javascript1.5" src="ie_methods.js"> </script>
|