Loads a URL from the History list.
Syntax
history.go(vLocation)
Parameters
vLocation Required. Variant that specifies an integer or a string. The integer indicates the relative position of the URL in the History list, and the string indicates all or part of a URL in the browser history.
Return Value
No return value.
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.
Applies To
See Also