PDF 在 IE 中调用两次

发布于 2024-12-29 10:43:22 字数 515 浏览 0 评论 0原文

我在页面中加载 PDF 时遇到问题。

我正在使用对象标签嵌入 PDF,

<object data='addDocs.do?viewName=PDF&id="+$("#pdfId").val()+"&File=regDoc.pdf' type='application/pdf' width='95%' height='750'>&nbsp;</object>

使用 IE 浏览器时会调用两次。

我对同一问题进行了一些搜索,并尝试使用 response.setDateHeader("Expires", 30000);。没有运气。

我无法使用 IFRAME,因为我需要在同一窗口中打开 PDF 内的链接,而不是在 IFRAME 内打开。

当使用 EMBED 标签加载 PDF 时,如果 PDF 的大小较大,则浏览器会冻结。

所以,请帮我在 IE 中只调用一次 PDF。

提前致谢。

I am facing an issue with PDF loading in my page.

I am using object tag to embed PDF,

<object data='addDocs.do?viewName=PDF&id="+$("#pdfId").val()+"&File=regDoc.pdf' type='application/pdf' width='95%' height='750'> </object>

This is getting called twice when using IE Browser.

I did some search on the same question and tried with response.setDateHeader("Expires", 30000);. No Luck.

I can't use IFRAME because I need to open the links inside the PDF in the same window rather than inside IFRAME.

When using EMBED tag to load PDF, If the size of the PDF is larger then browser is freezing.

So, please help me out on calling PDF only once in IE.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文