|
July 8, 2001 The Attribute Node Tips: July 2001
Yehuda Shiran, Ph.D.
|
|
Netscape 6 and Internet Explorer 6 support the attribute object. One way to create an attribute node is via the document.createAttribute() command:
The attribute node is very unique. It is not anyone's child, and it does not belong to the
You can query the attribute name and its value with
Click the following buttons to detect the attribute name and value in Netscape 6 or Internet Explorer 6. Click them in Internet Explorer 5.5 and observe the error message: Here is how we defined these buttons:
People who read this tip also read these tips: Look for similar tips by subject: |