I created a button on a form in Adobe 8. The button runs a java script openURL. The link goes to an anchor on a web page. It works fine if the user as Adobe 8 installed. But the link does not work with adobe 7. They get the error http 404 page not found. But if the page address and anchor is put in the address bar, it works. Why? What am I missing?
the "openURL" function is problematic. It does different things in Acrobat Pro and Reader. It also works differently between different versions of Acrobat. This is becuase it performs actions outside of Acrobat. This means it's subjects to system restrictions and Acrobat security restrictions. Both of which have changed over the recent years. The funtion itself is meant to covert an HTML page into a PDF. This doesn't include the concept of anchors. So there's lots of things that could go wrong and it looks like you hit one of them.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script