go
Expand Minimize
1 out of 3 rated this helpful - Rate this topic

go method

Loads a URL from the History list.

Syntax

var retval = history.go(pvargdistance);

Parameters

pvargdistance [in]

Type: Variant

Variant that specifies an integer or a string. An integer indicates the relative position of a URL in the History list. A string indicates an exact URL in the History list.

Return value

Type: HRESULT

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

Standards information

There are no standards that apply here.

Remarks

An error does not occur if the user tries to go beyond the beginning or end of the history. Instead, the user remains at the current page.

See also

history
Reference
back
forward

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.