navigate Method

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Navigates the window to the specified location and displays the contents in folder view.

Syntax

sRetVal = httpFolder.navigate(sHTTP)

Parameters

sHTTP Required. A String that specifies any valid HTTP address.

Return Value

A String.  Returns OK if successful, or an error message otherwise.

Remarks

The navigate method is a shortcut, and its function is identical to the function of the navigateFrame method with the _self for the target.

Applies To

httpFolder