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.
|
Platform specific:
|
This function is not supported for mobile devices.
|
See also:
|
BrowserScriptExecute, BrowserSetContent
How Do I Interact with a Web Page Running in a Browser Control?
The Rich Client Samples project (program RRC07 )
|