![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am able to place a link in html to a Word or Excel document. That hyperlink, opens the document in Internet Explorer |
|
How do I adjust the html of the hyperlink to ensure that the file is opened in Word or Excel? |
#3
| |||
| |||
|
|
Hi guys I am able to place a link in html to a Word or Excel document. That hyperlink, opens the document in Internet Explorer How do I adjust the html of the hyperlink to ensure that the file is opened in Word or Excel? |
#4
| |||
| |||
|
|
"Ravi Sandhu" <ravisandhu (AT) mail (DOT) com> wrote in message news:dO1Jb.4491$Qr5.1513940 (AT) newsfep2-win (DOT) server.ntli.net... Hi guys I am able to place a link in html to a Word or Excel document. That hyperlink, opens the document in Internet Explorer How do I adjust the html of the hyperlink to ensure that the file is opened in Word or Excel? Unfortunately you cannot control this using HTML. Which means the browsers of your users will open the link according to the settings of their browsers. Pretty often this means it will open inside the browser window as you have experienced. The only thing you can do if you don't want the link to open directly in the window is to either convert it into a zip file (which will force the user to download it first) or you could open it in a new browser window (< a href="mydoc.doc" target="_blank">Download the Doc</a>), which would at least keep your website open to the user. |
![]() |
| Thread Tools | |
| Display Modes | |
| |