document property
Retrieves the HTML document in a given popup window.
This property is not supported for Windows apps using JavaScript.
Syntax
HRESULT value = object.get_document(IHTMLDocument** p);
Property values
Type: Object
the document object of the pop-up window.
See also
- Reference
- IHTMLWindow4::createPopup
- IHTMLPopup::show
- IHTMLPopup::hide
- IHTMLPopup::isOpen
- Conceptual
- Using the Popup Object
Show: