navigate method (Internet Explorer)

Switch View :
ScriptFree
navigate method

[This documentation is preliminary and is subject to change.]

Loads the specified URL to the current window.

Syntax

object.navigate(url)

Standards information

There are no standards that apply here.

Parameters

url [in]

Type: BSTR

String that specifies the URL to display.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

window
Window Constructor
href

 

 

Build date: 2/14/2012

Community Content

yecril
URL resolution
This function resolves the URL with respect to the current BASE. What it precisely means remains to be determined.
If it is called from a custom menu command, it (mysteriously) wants to open a new window, irritating the popup blocker.