CreateBrowserWindow Method



 
The CreateBrowserWindow method creates a new browser window.


Syntax

    [obj=] SiteKiosk.SiteKioskUI.CreateBrowserWindow()
Return Value Remarks
    The new browser window will be visible.
Examples
    The following example creates a new browser window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    mydialog = SiteKiosk.SiteKioskUI.CreateBrowserWindow();
    </SCRIPT>
    

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

Back to top