monkeytooth Posted August 7, 2008 Share Posted August 7, 2008 Ok so im working on a page that is mostly php driven and with that some of the content is embeded via "require" or "include" however while playing around testing I hit the back button, and hit an error that I wasnt expecting. The error is generated due to the includes and requires on some pages as they are dynamicly passed through $vars.. well some of them atleast.. anyway if you hit the back button the $var is gone as it wasnt a $_GET or $_POST type of $var.. Since a good chuck of the site is up and running perfectly minus that concept. I want to know is there any way to detect if the users browser is going back in history? ANd if so? Is the method cross browser compatiable, and lastly how? I'm not superbly familar with java yet so any help would sufice... Thanks Quote Link to comment Share on other sites More sharing options...
lemmin Posted August 7, 2008 Share Posted August 7, 2008 onunload or onbeforeunload would fire on the window, but it would also fire when the location changes at all. You might want to look into using a different method of including files. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.