Contents Index Topic Contents | ||
Previous Topic: IOmHistory::back Next Topic: IOmHistory::get_length |
IOmHistory::forward
HRESULT forward( VARIANT *pvargdistance );Loads the next 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 Forward button in the browser. Trying to go past the end of the history does not generate an error. Instead, the browser remains at the current page.
See also back
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.