Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

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.