Gets the document this frame contains.

[VBScript]
Public ReadOnly Property ContentDocument As Document
[JScript]
public function get ContentDocument() : Document;

Property Value

A Document object.

See Also

HTMLFrameElement Object | HTMLFrameElement Members | DOM Namespace