browser class : GoForward(bool) method

Description

Navigates forward to next page in the navigation history.

Syntax

instance.GoForward(bool sync)

Arguments

ClassNameDescription
boolsyncSynchronous or asynchronous.

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.GoForward(true); // "true" is synchronous navigation.

Notes

If the next page in the navigation history does not exist, nothing happens.

If true is specified, it will move synchronously. If false is specified, it will move asynchronously.

Events related to page navigation occur.

Links for reference

None.

Copyright © Cooker All rights reserved.