window class : SubJSExecutor getter
Description
Returns the jsexecutor for the Sub-browser.
Syntax
instance.SubJSExecutor
Arguments
None.
Return value
| Class | Description |
| jsexecutor | The jsexecutor for the Sub-browser. |
Sample code
| 1: | window w = new window(); |
| 2: | jsexecutor jse = w.SubJSExecutor; |
Notes
None.
Links for reference
None.


