NavError Property



 
The NavError property contains the URL of the navigation error page.


Syntax

    [str=] SiteKiosk.URLs.NavError
Possible Values
    String that retrieves the URL.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the URL of the navigation error page in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.URLs.NavError);
    </SCRIPT>

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

Back to top