1 out of 5 rated this helpful - Rate this topic

forward method

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

Loads the next URL from the History list.

This method is not supported for Metro style apps using JavaScript.

Syntax

var retval = history.forward();

Standards information

There are no standards that apply here.

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.

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method performs the same action as when a user clicks the Forward button in the browser. Calling the forward method works the same as calling the 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

history
Reference
back
go

 

 

Build date: 3/8/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ