http://www.pdfzone.com/resources/tips_techniques/101732.html
JR
Le mercredi, 2 juil 2003, � 22:54 Europe/Paris, Connie Betts a �crit :
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.
