ShowWindowsLog Method
The ShowWindowsLog method opens the current Windows log.
Syntax
SiteKiosk.Multimedia.ShowWindowsLog()
|
Return Value
Remarks
The AdminFunctions object is only available in the escape menu.
Examples
The following example shows the current Windows log.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Multimedia.ShowWindowsLog();
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top