I use an HTML page as a menu for PDF files on a CD. I would like the PDF files to open directly in Acrobat reader when the link is clicked, rather than open in the same or new browser window. Is there a relatively easy way to accomplish this?
<a href="#" onclick="window.open('
This attempt did not work as desired.
Thanks,
Gene
<a href="#" onclick="window.open('
This attempt did not work as desired.
Thanks,
Gene