Using Web Browser Functions
From version 7.2, you can check if IE is running and execute various tab-level functions in Internet Explorer.
For details on each of the functions, see Web Browser Library Object.
To test the Web Browser functions:
|
1.
|
Download the sample project here. |
|
2.
|
The example includes a callout that you can use to test many of the functions. |
|
3.
|
For example, you can execute a script on the active tab. |
|
4.
|
Run the project. A Quick callout appears. |
|
5.
|
Click Quick to open the callout. |
|
7.
|
In Business Entities, in the Properties tab you can view the values of the various properties used. |
|
8.
|
Test the various functions. For example, click Open URL in New Window. IE opens with www.google.com. |
|
9.
|
Click Find Active Tab. This populates the ActiveTabID property which is used as an input parameter to several of the functions. |
|
10.
|
Click Execute Script on Tab (active). The script runs on the active tab. |