Is it possible to not re-execute javascript code when the user comes back to the page clicking the back button ? But normally execute it when the user opens the page or refresh it.
I mean some code on the bottom of the page: ..., not in a 'onload' function. No jquery and no libraries, thanks.