Share via


IFrameElement.Document Property

SharePoint Designer Developer Reference

Returns an Object that represents the parent document for an IFRAME element.

Syntax

expression.Document

expression   Required. A variable that represents an IFrameElement object.

Remarks

Use the Document property to retrieve information about a document, to examine and modify the HTML elements and text within the document, and to process events.

See Also