Share via


FrameElement.document Property

SharePoint Designer Developer Reference

Returns an Object that represents the parent document for a FRAME element.

Syntax

expression.document

expression   Required. A variable that represents a FrameElement 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