Hello,
in one of my endless attempts to fight the evil browser backward button mechanism I was thinging about this: Can I make a periodic java script (ajax) request to determine when a user hit the evil button and tries to work a page that is not current anymore? Say the user hit the back button and now resides on the "wrong" page I make a hidden ajax request and determine he is in the wrong pace. Then I give him a notice and send him back to the right place. Is this possible? How would I make the periodic request? Cheers, Pete