open pdf in internet-explorer-8

微笑、不失礼 提交于 2019-12-11 09:45:24

问题


I have a file Life.pdf in the directory

\10.230.193.131\dev\Reports

From my window explorer I am able to browse the folder and I can open the file\10.230.193.131\dev\Reports\Life.pdf , manually.

Now in my html page I am having a link to open the file

"open file"

When I point mouse on the link in the left bottom corner of the browser it is also written like

file://10.230.193.131/dev/Reports/Life.pdf

But on clicking on the link , the pdf file is not opening. No warning is also displayed.

But when my click on the link from my friend's system, he is able to open the file. What can I do to make it openable form my system ?

Note we both are in same network and both can access the file \10.230.193.131\dev\Reports\Life.pdf using file browser/window explorer.

I just need to make it openable from ie 8 and above.


回答1:


Please try: <a href="http://10.230.193.131/dev/reports/Life.xls" target="_blank">open file<a>

Thanks.



来源:https://stackoverflow.com/questions/8984419/open-pdf-in-internet-explorer-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!