Loads any HTML file hosted on https://www.scenomics.com/.
int32 LaunchHtmlPage( string p_sPathToHTMLFile )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sPathToHTMLFile | The path to any HTML file hosted on https://www.scenomics.com/. For example: 'help/help.php' will invoke Windows shell execute on 'https://www.scenomics.com/help/help.php', causing the file to load in your web browser. |
None published. Please look for an example in the Simdify Scripting Language code base.