I know this has been beaten to death on this forum, but I am still confused.
Word 2003 + the Acrobat 9 COM add-in works for hyperlinks, but opens the files into the existing or new window according to the settings within Acrobat reader. I don't like that behavior.
I see that by using app.openDoc in a script called by the link, I always get a new window upon clicking a link....and that's what I want.
However, I want the links to work TRANSPARENTLY between a file system (file:///) and a web server (http://). Can I assume most web servers support WEBDAV and therefore I can always use openDoc ? Or do I need to get fancy with some javascript and set a global variable to "web" or "fs" (filesystem) and have my javascript use either launchURL or openDoc, depending upon whether the documents are on the web or on a hard drive/flash drive ?
Yet another alternative is to handle all of this with some VBA within Word.
What's the best way to go here ?