Title: JavaScript Links in a Browser

Ive created a file that reformats buttons and the actions. The last action is to open a file using app.openDoc. It works great in Reader and Acrobat, but not when the PDF opens in Internet Explorer. I am using a _javascript_ to pull the button settings and the file open link from an array. One of the commands looks like this:

["new button name","app.openDoc('thetargetfile.pdf',this);"],

It works great in Acrobat alone, the browser produces the message:

uncaught exception:Field navlist.0:Mouse Up:1: Invalid argument value for App.openDoc.

I have placed a Base URL in the file, but I dont think I can test that without a server.

Any ideas?

Reply via email to