Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

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.