Page History
Web Application - Navigate Method
| Panel | ||
|---|---|---|
| ||
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 |
...
Allowed Values
Enum Value | Description |
|---|---|
Current | Show the page in the current tab/window |
New | Show the page in a new tab/window |
...