Some browsers add some functionality to the "Back" function to handle pages that have expired -- I've certainly seen "This page has expired" when going back through the history. However, once again, this has nothing to do with Witango; it's client-side.
Jon -----Original Message----- From: James Macfarlane [mailto:[EMAIL PROTECTED]] Sent: 14 May 2002 3:05 To: Multiple recipients of list witango-talk Subject: RE: Witango-Talk: calling a method when user clicks back button Browsers do not send a BACK action to the server. A BACK action is executed internally in the browser and it pulls the pervious page from cache. There is nothing you can do to detect this and there's nothing you can do to stop it aside from writing elaborate client-side javascript. - James -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Trevor Green Sent: Tuesday, May 14, 2002 4:03 AM To: Multiple recipients of list witango-talk Subject: Witango-Talk: calling a method when user clicks back button Is there a way to get a method of a TCF (stored in USER scoped variable) executed when a user clicks on the back button of a browser. Regards Trevor ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
