FPHTMLNavigator Object

Microsoft FrontPage Visual Basic

FPHTMLNavigator Object

FPHTMLNavigator Multiple objects

Represents the Web browser in Microsoft FrontPage.

Using the FPHTMLNavigator Object

Use the navigator property to return an FPHTMLNavigator object. The following code accesses the browser for the active document.

    Dim objNav As FPHTMLNavigator

Set objNav = ActiveDocument.parentWindow.navigator