Contents Index Topic Contents | ||
Previous Topic: IOmHistory Next Topic: IOmHistory::forward |
IOmHistory::back
HRESULT back( VARIANT *pvargdistance );Loads the previous URL in the History list.
- Returns S_OK if successful, or an error value otherwise.
- pvargdistance
- Address of a VARIANT structure that contains the script.
This method performs the same action as a user clicking the Back button in the browser. Trying to go past the beginning of the history does not generate an error. Instead, the browser remains at the current page.
See also forward
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.