Jul 11, 2003 #1 wazilian1 Programmer Joined Nov 8, 2002 Messages 38 Location US is it possible to redirect the user to a different URL to a page other than the previous page when they click the back button? thanx in advance. wazilian King of Wazil
is it possible to redirect the user to a different URL to a page other than the previous page when they click the back button? thanx in advance. wazilian King of Wazil
Jul 11, 2003 #2 jemminger Programmer Joined Jun 25, 2001 Messages 3,453 Location US no, you cannot use js to detect the actual "back" button being clicked. explain in more detail what you're doing and why you want this behavior, as there may be another way to accomplish it. ========================================================= try { succeed(); } catch(E) { tryAgain(); } -jeff http://www.jeffemminger.com Upvote 0 Downvote
no, you cannot use js to detect the actual "back" button being clicked. explain in more detail what you're doing and why you want this behavior, as there may be another way to accomplish it. ========================================================= try { succeed(); } catch(E) { tryAgain(); } -jeff http://www.jeffemminger.com