[Javascript] Coding for Netscape 6

Cutter Bl cutterbl at hotmail.com
Tue Dec 18 12:34:13 CST 2001


With NS6 you begin to see Netscape recognizing the standards set forth by 
the W3C for the Document Object Model. To give the basics, previously 
Netscape used a Layer DOM, while IE used an All DOM. Now both use the ID 
DOM. To access this DOM, use the document.getElementById('object') method. 
You can find dozens of references to using the DOM on the net, but I suggest 
Peter-Paul's site http://www.xs4all.nl/~ppk/js/

Cutter
http://www.falcon-knives.com

_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




More information about the Javascript mailing list