IOmHistory::forwardIOmHistory::forward*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.