pui.link( url )
This function instructs the browser to go to a new url while skipping the "This will end your session" confirmation box. Â Since going to a new url normally ends the session, this API is typically used for file download url's or mailto url's.
Example:
pui.link("mailto:support@profoundlogic.com");