| 
 Returns the HTML content displayed in a Browser control. 
The function is only active for controls in the same task's form. 
 | 
| 
 Syntax: 
 | 
 BrowserGetContent(control name) 
 | 
| 
 Parameters: 
 | 
 control name: The name of the Browser control. 
 | 
| 
 Returns: 
 | 
 String value of the Browser control content. If there is an error, the function will return Null. 
 | 
| 
 Note: 
 | 
 This is a client-side only function. 
 | 
| 
 Exceptions: 
 | 
 This function is not supported in Web Client tasks. 
 | 
| 
 Platform specific: 
 | 
 This function is not supported for Android devices. 
 | 
| 
 See also: 
 | 
 BrowserScriptExecute, BrowserSetContent 
How Do I Interact with a Web Page Running in a Browser Control? 
The Online and Rich Client Samples project (program HG45 and RHG45) 
 |