Web Application - Navigate Method
Navigate to a URL
Member of Web Application (PRIM_WEB.Application)
Parameters
Name |
Type |
Data Type |
Description |
Url |
*Input |
Unicode String |
Target URL |
Target |
*Input (Optional) |
Enumeration |
Target window in the browser |
Details
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.
Allowed Values
Enum Value |
Description |
Current |
Show the page in the current tab/window |
New |
Show the page in a new tab/window |