OpenHelp Method
The OpenHelp method opens a help file.
Syntax
SiteKioskConfig.OpenHelp(helpfile, topic)
|
Parameters
helpfile |
String that specifies the path to the helpfile. |
topic |
String that specifies the topic. |
Return Value
Remarks
The help file must be a .chm file.
Examples
The following example opens a helpfile.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKioskConfig.OpenHelp("c:/helpfile.chm", "Topic");
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top