These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Opening link in a pdf to a new window

barrelracingreport
Registered: Jan 11 2008
Posts: 17

We have a pdf publication in which we have ads which are linked to external websites. How do you have links within a pdf open in a new tab or window? Thanks

My Product Information:
Acrobat Pro 8.0999999999999996447286321199499070644378662109375, Windows
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi barrelracingreport,

If you have Acrobat Pro, create a link using the Link Tool. In the Properties dialog under the Action tab choose Run a JavaScript. Click the Add button and enter this one line of code into the JavaScript Editor-
app.launchURL("http://www.mycompany.com", true);

Of course you will need change the "mycompany" to the web page you want to open.

Hope that helps,

Dimitri
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]
barrelracingreport
Registered: Jan 11 2008
Posts: 17
Thank you so much I will give that a try!