browser class : GoForward() method

Description

Navigates forward to next page in the navigation history.

Syntax

instance.GoForward()

Arguments

None.

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.GoForward(); // Asynchronous navigation.

Notes

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

Moves asynchronously.

Events related to page navigation occur.

Links for reference

None.

Copyright © Cooker All rights reserved.