Open New Window in Profound UI
Posted: Fri Mar 15, 2013 11:17 am
We are currently placing PDF’s within an iFrame but prefer to have the PDF’s open in a new window outside of an iFrame.
I Have two questions.
Question 1:
Does PROFOUNDUI
pui.openURL("http://www.google.com");
or
pui.link("http://www.google.com");
open a new window in the same way the following html code would open a new window?
<h3 align="center"> <a href="http://www.google.com" target="_blank">Google Home Page</a></h3>
Question 2:
Can pui.openURL(http://www.google.com) be called from RPG in addition to using it on the client side. Is there anything on the server side that can be called that will perform the same function as pui.openURL("http://www.goog.com") ? A server side solution would be extremely helpful as the PDF’s have dynamic/unique names and only live for 2 to 2.5 minutes before they are deleted.
I Have two questions.
Question 1:
Does PROFOUNDUI
pui.openURL("http://www.google.com");
or
pui.link("http://www.google.com");
open a new window in the same way the following html code would open a new window?
<h3 align="center"> <a href="http://www.google.com" target="_blank">Google Home Page</a></h3>
Question 2:
Can pui.openURL(http://www.google.com) be called from RPG in addition to using it on the client side. Is there anything on the server side that can be called that will perform the same function as pui.openURL("http://www.goog.com") ? A server side solution would be extremely helpful as the PDF’s have dynamic/unique names and only live for 2 to 2.5 minutes before they are deleted.