|
I will appreciate any advice or insight on this HTML issue that has me stumped. Using Google Chrome (on win32 XP ) a page is fetched from the server with pure html that contains the following code:
<a href="file:///C:/KB/X/Y//19747598.pdf">Launch Document!</a>
The page contains ONE Meta statement in the <HEAD> of the document as follows:
<meta http-equiv="Content-Type" content="application/pdf">
The desired (an expected) result is for Adobe Acrobat to appear in the current window and display the client resident .pdf. Unfortunatly, nothing happens.
When the local filename ("file:///C:/KB/X/Y//19747598.pdf") is entered directly into the browser's address window Adobe Acrobat is displayed correctly from its clint drive location. Have tried in Chrome, Firefox and IE-8 with same results in all 3 browsers. MS IE-8 does quickly flash an "errors encountered' in the status bar on the lower left pane.
I think I need additional META directives but my efforts have not been successful.
Thanks in advance for everyone's help.
Regards,
Walt
|