Javascript Reference
Categories: popup

javascript popup document

@March 15, 2008, 1:22 a.m.
documentFirefox/Netscape/NN n/a IE 5.5(Win) Chrome/Safari/DOM n/a  

Read-only  

Returns a reference to the document object inside the popup object. Most (but not all) regular document object properties apply to the popup's document object. It is the primary gateway to assigning HTML content to the popup. This property is read-only, but the document object's properties are read/write to allow you to assign values to its content.

 
Example
 
popupRef.document.body.innerHTML = "<p>Howdy, pardner!</p>";
 
Value

document object reference.

 
Default

The current document object.


Powered by Linode.