Hi all (first off, no jQuery, extremely small filesize limit) So I have a site that loads pages with Ajax with a fallback for those without Javascript. What doesn't work is navigating with the forward and back buttons. What I want to do is somewhat unique. I don't want the back button to trigger an event that pushes back to the last Ajax state. I want the back button to hard redirect to the page beforehand Possible? Thanks
If you add to the url on ajax load, a back-button press will work normally, ie load the previous url content.