SiteKiosk Documentation
One Step Back

OnCheckSurfArea Event




Fires when SiteKiosk checks the surf area.


Syntax

    SiteKioskWindow.SiteKioskWebBrowser.OnCheckSurfArea = handler
Parameters
    URLString that contains the new URL.
    toplevelBoolean value that indicates whether the main frame has been navigated.
    targetString that contains the name of the target frame.
    browserobjObject that contains the browser.
Remarks
    The navigation will only be done if the event function returns true.

    The object that caused the event can be referenced in the event function using "this".
Examples
    The following example shows an alert window when SiteKiosk checks the surf area.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKioskWindow.SiteKioskWebBrowser.OnCheckSurfArea = OnCheckSurfArea;
    function OnCheckSurfArea(URL, toplevel, target, browserobj)
    {
       alert('Surf area checked');
    }
    </SCRIPT>

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

Back to topVolver arriba

© 1997-2011 PROVISIO - Aventura, EEUU - Muenster, Alemania
Sitekiosk.es - Grupo24®, Madrid, España -