back button does not trigger bur, unload or before-unload events
I need to have a bit of code to save the document when the user clicks the back button. I can't get it to work. To test it, I have put js code alert('event name'); in the event. Nothing triggers. The back button itself works- it navigates to previous page, but surely it should trigger these events? Can you think what I might be doing wrong? Thanks for your help.