Web Application - Navigate Method
Navigate to a URL
Member of Web Application (PRIM_WEB.Application)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Url | *Input | Unicode String | Target URL |
| Target | *Input (Optional) | Enumeration | Target window in the browser |
The Navigate method directs the browser to show a different URL, either replacing the existing page or in a new tab/window. The Target option specifies where the navigation will occur.
| Enum Value | Description |
|---|---|
| Current | Show the page in the current tab/window |
| New | Show the page in a new tab/window |
Febuary 18 V14SP2