Expand my Community achievements bar.

Creating a link in a PDF form to open into a new window

Avatar

Level 1

I have created the PDF form and every thing seems to be working fine. But I would like to set a link in the form that would open into a separate page. I have tried target="_blank" and onclick="window.open(this.href, 'child', 'scrollbars,width=650,height=600'); return false" with no success. Can someone give me some direction on how to create a link within a PDF form that will open into a new window?

1 Reply

Avatar

Level 7

Try this, using JavaScript:

app.launchURL("http://www.adobe.com",true);