I have an HTML page which contains an embedded PDF file. I have successfully created a "regular" link to another HTML page within my fileset. However, I would like to change this link such that the 2nd HTML page appears in a separate popup window. In Acrobat 8, I used the link tool to create a hotspot for my link. I then chose "Custom link" from the Link Action section. Then under the Actions tab, I chose "Run a JavaScript" and typed the following:
app.launchURL("../htmlPage1.htm", true);
I included the "../" because my graphics files are located in a folder named figs within the HTML folder.
The problem I have is that when I click this link, nothing happens. What am I doing wrong?
Chris Cote
Be well...
Be well...