|
Property |
Method |
Event |
|
|
CreateDomReturns an IHTMLDocument2 object, needed to access the current document from a client script on the Web page. SyntaxHRESULT CreateDOM( ParameterspplHTMLDoc2 [out, retval] Returns IHTMLDocument2 object to the current HTML document. Return Values
RemarksBy using the returned object, a part of the current document can be modified or read. The DeleteDom method should be called after CreateDom is used. Sample CodesVBScript dim object See Also |