My web server - 132 Part III .Document Objects Reference nextSibling previousSibling
Sunday, October 21st, 2007132 Part III .Document Objects Reference nextSibling previousSibling Value: Object reference Read-Only NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility A sibling element is one that is at the same nested level as another element. For example, the following P element has two child nodes (the EM and SPAN elements). Those two child nodes are siblings of each other.
MegaCorp is the source of the hottest gizmos.
Sibling order is determined solely by the source code order of the elements. Therefore, in the previous example, the EM element has no previousSibling property. Meanwhile, the SPAN element has no nextSibling property (meaning that these properties return null). These properties provide another way to iterate through all elements at the same level. Example on the CD-ROM Related Items: firstChild, lastChild, childNodes properties; hasChildNodes(), insertAdjacentElement() methods. nodeName Value: String Read-Only NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility For HTML and XML elements, the name of a node is the same as the tag name. The nodeName property is provided for the sake of consistency with the node architecture specified by the formal W3C DOM standard. The value, just like the tagName property, is an all-uppercase string of the tag name (even if the HTML source code is written with lowercase tags). Some nodes, such as the text content of an element, do not have a tag. The nodeName property for such a node is a special value: #text. Another kind of node is an attribute of an element. For an attribute, the nodeNameis the name of the attribute. See Chapter 14 for more about Node object properties. On the CD-ROM elementObject.nodeNameNote: If you are looking for cheap and reliable webhost to host and run your mysql application check mysql web server services.