NavigateTo Method

       

Execute a hyperlink jump to the specified target.

Syntax

object.NavigateTo Target [, Location [, FrameName]]

The NavigateTo method syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
Target A string expression specifying the location to jump to. This can be a document or a URL.
Location A string expression specifying the location within the URL specified in Target to jump to. If Location is not specified, the default document will be jumped to.
FrameName A string expression specifying the frame within the URL specified in Target to jump to. If FrameName is not specified, the default frame will be jumped to.

Remarks

If the object is in a container that supports OLE hyperlinking, then the container will jump to the specified location. If the object is in a container that does not support OLE hyperlinking, then an application that is registered as supporting hyperlinking is started to handle the request.

If Target does not specify a valid location, an error is raised.