javascript popup document
| document | NN n/a IE 5.5(Win) 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. |
|
Previous: javascript popup isOpen
1607,Nickname,Homepage or email,Comments here,Add comment
