Gets the content document for the ADOMHTMLObjectElement
object. This is a DOM Level 2 method.
ADOMHTMLObjectElement
(W3C DOM: HTMLObjectElement
)
readonly attribute Document contentDocument;
htmlobj.contentDocument
ADOMDocument* ADOMgetContentDocument( ADOMHTMLObjectElement* htmlobj );
htmlobj The ADOMHTMLObjectElement
object.
Content document. If you have a document within a document, in a frameset for example, then the content document is the inner document, which is contained by the outer document. This is a placeholder for future use.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |