Firefox back issue
- by wikiz
Hello,
I am using a menu that switches from standard state to select state for an item by reading the current url
var where = document.location.href;
My issue is that when using Firefox, if I switch to some items from the menu (for instance, I click home, donwload, contact) and press the back button the url is not read correctly so 2 items remain on the selected state. This only happens in Firefox (I've tested already in Explorer, Chrome and Opera)
So what I'm trying to ask: is there a way to handle the so called back button action in/for Firefox so I can fix my menu issue ?