BBjHtmlView::injectScript
Description
In BBj 16.00 and higher, this method injects the specified JavaScript into this BBjHtmlView control, making it available for subsequent use by BBjHtmlView::executeScript.
Syntax
Return Value |
Method |
---|---|
void |
injectScript(string script) |
void |
injectScript(string script, boolean top) |
Parameters
Parameter |
Description |
---|---|
script |
JavaScript to be injected into this BBjHtmlView. |
top |
A value specifying whether this script is to be injected into the top level window of the page (BBj 17.0 and higher). |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.