LaunchHtmlPage Data Member Function

Loads any HTML file hosted on https://www.scenomics.com/.

Prototype

int32 LaunchHtmlPage( string p_sPathToHTMLFile )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathToHTMLFileThe 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.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.