GoForward Method



 
The GoForward method goes forward to the next page stored in the browser's history.


Syntax

    SiteKioskWindow.SiteKioskWebBrowser.GoForward()
Return Value
    None.
Remarks
    None.
Examples
    The following example goes forward to the next page when the div area is clicked.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    document.write("<div onclick='SiteKioskWindow.SiteKioskWebBrowser.
    GoForward()'>Click here to go forward!</div>");
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top