在 IE 中打开 PDF 中的链接
我在 IE 中打开 PDF 文件时遇到了困难。我需要做的是从 IE 中的 PDF 文档链接到 Word 文档 (.doc) 文件,而单击链接后 IE 不会离开 PDF。我发现 IE 的默认行为是在您离开 PDF 文件时关闭 PDF 文件,而 Firefox 只会在新选项卡中打开链接,并在单独的选项卡中保持文档打开状态。我需要找到一个模拟 Firefox 行为的修复程序,该修复程序不涉及更改本地计算机上的 IE 设置。
举另一个我正在寻找的功能示例,即 HTML 等效项:
<a href="some_pdf.pdf" target="_blank">Some PDF</a>
我需要 PDF 文档中的“_blank”功能。
I am having a tough time with PDF files opened in IE. What I need to do is link to a Word document (.doc) file from a PDF document in IE without IE navigating away from the PDF once the link has been clicked. I am finding that the default behavior of IE is to close the PDF file when you navigate away from it, Firefox will just open the link in a new tab and keep the document open in a separate tab. I need to find a fix that emulates the firefox behavior that doesn't involve changing the IE settings on the local machine.
To give another example of the functionality I am looking for here is the HTML equivalent:
<a href="some_pdf.pdf" target="_blank">Some PDF</a>
I need that "_blank" functionality in the PDF document.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简而言之,您应该禁用 IE 重用窗口会话。步骤如下:
工具
按钮。Internet 选项
高级
选项卡重用窗口来启动快捷方式未选中
(它应该位于浏览
类别下)Internet 选项
,然后重新启动浏览器。In short, you should disable IE reusing the window session. The steps are as follows:
Tools
button, located in the upper right hand corner of your browser window.Internet Options
Advanced
tabReuse windows for launching shortcuts
is unchecked (it should be under theBrowsing
category)Internet Options
, and restart the browser.