I assume that named destinations will only work on a Web server as well.

Does anyone know if we can do this through _javascript_ (in HTML) if the files are not on a Web server? In the discussion archives I saw some _javascript_ for opening a PDF document and going to a specific page from another PDF:

var myDoc = app.openDoc("document.pdf", this);
myDoc.pageNum = 10;

If this will work, does anyone know the HTML code for this?

Thank you for your help.

Connie

At 10:34 AM 7/2/2003 -1000, Lee, Ivan wrote:
I believe using "#Page=10" will *only* work on a Web server.

Reply via email to