Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Firefox and Chrome reload the page on back event

  • 1 个回答
  • 4 人有此问题
  • 9 次查看
  • 最后回复者为 Hasan

more options

Hi guys,

We are developing an application with ASP.Net and C#. We have a back button (html link) on few pages, by clicking on back button it triggers the browser back event. So user will be able to see his last viewed results (by going only one level back).

We are calling "window.history.back();" function of Javascript to achieve this, but the problem is that its working fine in IE but not in Chrome and Firefox. Whenever user clicks on the back button, Chrome and Firefox reloads the page from server and execute all the server side events.

What we need is simply go to one step back without reloading or refreshing the page.

Please help...

Thank you for your time and help...

Hi guys, We are developing an application with ASP.Net and C#. We have a back button (html link) on few pages, by clicking on back button it triggers the browser back event. So user will be able to see his last viewed results (by going only one level back). We are calling "window.history.back();" function of Javascript to achieve this, but the problem is that its working fine in IE but not in Chrome and Firefox. Whenever user clicks on the back button, Chrome and Firefox reloads the page from server and execute all the server side events. What we need is simply go to one step back without reloading or refreshing the page. Please help... Thank you for your time and help...

由dev_于修改

所有回复 (1)

more options

About:config Entries

http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries

Find the entry browser.backspace_action

Check and tell if its working.