FPHTMLWindowProxy Object

Microsoft FrontPage Visual Basic

FPHTMLWindowProxy Object

FPHTMLWindowProxy Multiple objects

Represents the browser window or a frame window within a Web page. See also the FPHTMLWindow2 object.

Using the FPHTMLWindowProxy object

Use the parentWindow property of the FPHTMLDocument object or the FrameWindow property of the PageWindowEx object to return an FPHTMLWindowProxy object. The following example accesses the window in which the active document is displayed.

    Dim objWindow As FPHTMLWindowProxy

Set objWindow = ActiveDocument.parentWindow