I’ve 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 don’t think I can test that without a server.
Any ideas?
