cancel
Showing results for 
Search instead for 
Did you mean: 

Open URL from a PDF form in new window.

former_member191528
Participant
0 Kudos

Hello All,

We have a application which has an option to preview a PDF in new window. This requirement works fine. Inside the PDF we have a few links to external system. If the user clicks these links while the PDF popup is still open then the new link opens in the already open pop up and not a new window.

On the inside we are using the following. But it still opens in the same pop up window. Any setting we can do for it ?

This is a snapshot of our application.

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you try     xfa.host.gotoURL(URL.rawValue, true);

Or try app.launchURL("http://www.scn.sap.com", true);

former_member191528
Participant
0 Kudos

Hi Mohammed,

The following app.launchURL("URL",true)  with javascript worked for me. I figured it out while searching online. For some reason with my version formcalc with xfa.host.gotoURL(URL.rawValue,true); does not work.

Thanks,

Kiran

Answers (0)