Browser Control Functions (Magic xpa 4.x)
The Rich Client module has a few functions that give the developer more flexibility over what is displayed in the control:
-
BrowserSetContent – This function sets the content displayed in the control with new HTML text. This is different than updating the control itself with a new URL.
-
BrowserGetContent – This function gets the content displayed in the control. This is used together with the BrowserSetContent function to retrieve the content, manipulate the text and return the content.
-
BrowserScriptExecute – This function executes a VBScript or JavaScript function in the Browser control.