In Front Page, how do I get PDF files to open as active files?

G

Gary A.

Links to PDF files open the files, but in the background, not as active files
(on top). How can I get them to open properly?
 
K

Kevin Spencer

Use JavaScript. Have you hyperlink point to a JavaScript function that opens
the PDF in a new window, and then calls window.focus() on the current
window.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

The man who questions opinions is wise.
The man who quarrels with facts is a fool.
 
T

tmwarwick

Kevin, What is the step by step procedure in FrontPage to use Java Script as
a function of a hyperlink that you have described?
Tom
 
Top