This browser isn't using the script. Please use the monolithic document instead.
 DOM-1  «  < § >   Netscape CodeStock 1999
   Selected DOM-1 'Element' Methods

An Element object has these methods in addition to the methods of Node.
Note: some of these tasks are more easily accomplished using familar "DOM-0" functions.
 Signature  Remarks
 getAttribute(name)  Gets the value of the named attribute.
 setAttribute(name, value)  Sets the value of the named attribute.
 removeAttribute(name)  Removes the named attribute.
 getElementsByTagName(name)  returns a list of matching nodes (NodeList).

Copyright © 1999 General Picture ™. Permission granted to reproduce in whole or part without charge as long as http://www.generalpicture.com is cited as source.