DISPLAY URL Action

UDP ›› Actions ››
Parent Previous Next

DISPLAY URL Action

The DISPLAY URL action goes to the specified URL. For example,

   

DISPLAY URL ‘http://www.idronic.com’  

   

or

DISPLAY URL Person.WebPage  

   

By default the URL will be opened in a new window. You can also specify “IN MAIN WINDOW”, “IN NEW WINDOW”, “IN CURRENT TAB”, “NEW TAB” or “FULL SCREEN” to display URL in the main window, in the new window, in the current tab, in the new tab or in the same window full screen respectively. For example,

   

DISPLAY URL ‘http://www.idronic.com’ IN MAIN WINDOW  

   

When the URL is displayed in a new tab there is an option to specify the name of the tab, for example:

   

DISPLAY URL ‘http://www.idornic.com’ NEW TAB ‘My tab’