javascript implementation Description
| implementation | NN 6 IE 5(Mac)/6(Win) DOM 1 | ||
|
The implementation object (the JavaScript reference for the W3C DOMImplementation object) represents, to a limited degree, the environment that makes up the document containerthe browser for our purposes. You can reach this object via the document.implementation property. |
|||
Methods of the object let you see which DOM modules the browser reports supporting. In Netscape 6, this object is also a gateway to creating virtual W3C Document and DocumentType objects outside of the current document tree. Thus, in Netscape 6 you can use the document.implementation property as a start to generating a nonrendered document for external XML documents. |
|||
| Object Model Reference | |||
document.implementation |
|||
| Object-Specific Properties | |||
None. |
|||
| Object-Specific Methods | |||
|
|||
| Object-Specific Event Handler Properties | |||
None. |
|||
Next: javascript IMG x, y
1003,Nickname,Homepage or email,Comments here,Add comment
