FPHTMLNavigator Object
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