Display Web page in popup
Posted: Fri Apr 12, 2019 5:42 am
I have a tracking# in a list. I want the user to be able to click on the tracking# and show a popup with a web page. I tried to follow the sample to display PDF's but I think that's just to show static content.
I need to navigate to a URL like https://www.ups.com/track?loc=en_US&tra ... ackdetails
I don't want to use sys_web.navigate if I don't have to. That opens a new tab.
I tried prim_web.urlParameter and some others but none of them navigated to the URL.
Thanks
I need to navigate to a URL like https://www.ups.com/track?loc=en_US&tra ... ackdetails
I don't want to use sys_web.navigate if I don't have to. That opens a new tab.
I tried prim_web.urlParameter and some others but none of them navigated to the URL.
Thanks