Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

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

  • 3 odpovědi
  • 1 má tento problém
  • 7 zobrazení
  • Poslední odpověď od pathak.arunabh

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

Upravil uživatel pathak.arunabh dne

Všechny odpovědi (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