在 IE 中打开 PDF 中的链接

发布于 2024-12-06 17:45:07 字数 374 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ㄟ。诗瑗 2024-12-13 17:45:07

简而言之,您应该禁用 IE 重用窗口会话。步骤如下:

  1. 打开 Internet Explorer
  2. 单击浏览器窗口右上角的工具按钮。
  3. 出现下拉菜单时,选择 Internet 选项
  4. 在选项窗口打开后,切换到高级 选项卡
  5. 查找并确保选项重用窗口来启动快捷方式未选中(它应该位于浏览类别下)
  6. 保存并关闭Internet 选项,然后重新启动浏览器。

In short, you should disable IE reusing the window session. The steps are as follows:

  1. Open Internet Explorer
  2. Click on the Tools button, located in the upper right hand corner of your browser window.
  3. When the drop-down menu appears, select Internet Options
  4. After the Options window opens, switch to the Advanced tab
  5. Find and make sure the option Reuse windows for launching shortcuts is unchecked (it should be under the Browsing category)
  6. Save and close Internet Options, and restart the browser.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文