forward method

Loads the next URL from the History list.

Syntax

HRESULT retVal = object.forward();

Parameters

This method has no parameters.

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

This method performs the same action as when a user clicks the Forward button in the browser. Calling the IOmHistory::forward method works the same as calling the IOmHistory::go method with a parameter of 1. An error does not occur if the user tries to go beyond the end of the history. Instead, the user remains at the current page.

See also

Reference

IOmHistory::back

IOmHistory::go