When the user goes history-back-1...how do I detect that? And then, alert \"the user clicked back!\"
Using binds (and jQuery preferably)
window.onpopstate=function() { alert("Back/Forward clicked!"); }