PDF 在 IE 中调用两次
我在页面中加载 PDF 时遇到问题。
我正在使用对象标签嵌入 PDF,
<object data='addDocs.do?viewName=PDF&id="+$("#pdfId").val()+"&File=regDoc.pdf' type='application/pdf' width='95%' height='750'> </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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论