为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

In Firefox when we open a web page that has embedded PDF document in it, if we are at say page number 5, after I leave the page and reload it, the PDF page does not refreshed and gets loaded from page 5 rather then from page 1 of the pdf document

more options

How to address this issue though jQuery or JavaScript from Web page (JSP ) so that on reloading the JSP page afresh, the PDF document embedded in the page is loaded from the first page onward instead of getting loaded from the cache and that too getting loaded from the page where I left last when I went out of that web page . For example, if I was at page 5 before leaving the page and then revisit the same page, it should load from the 1st page, but loads from the 5th page where we left last unlike Chrome or IE/Edge. Thanks Arunabh

How to address this issue though jQuery or JavaScript from Web page (JSP ) so that on reloading the JSP page afresh, the PDF document embedded in the page is loaded from the first page onward instead of getting loaded from the cache and that too getting loaded from the page where I left last when I went out of that web page . For example, if I was at page 5 before leaving the page and then revisit the same page, it should load from the 1st page, but loads from the 5th page where we left last unlike Chrome or IE/Edge. Thanks Arunabh

由pathak.arunabh于修改

所有回复 (3)

more options

Hi pathak.arunabh, please ignore the unofficial support solicitation that someone posted. We have no idea where that leads and don't want you to get scammed.

more options

Hi Arunabh, Firefox may cache page state more aggressively than other browsers. You can attach a script to the pageshow event to cover the scenario that the user goes "Back" to your page.

more options

HI jscher2000, Thank you for the suggestions. I will try that out and get back to you. - Arunabh