Browser.setSourceInTarget() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Browser Class Summary |
Availability |
Windows |
Usage |
browserInstance.setSourceInTarget(content:String, target:String):Void |
Parameters |
content:String - The HTML to be used target:String - Frame identifier |
Returns |
Nothing |
Description |
Sets the HTML content of a specified frame in the Browser instance. |
Notes |
None |
Example Code |
myBrowser.setSourceInTarget("This is a test", "mainFrame"); |
mdm.Browser Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |