Jul 11, 2003 #1 wazilian1 Programmer Nov 8, 2002 38 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 Jun 25, 2001 3,453 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