lucerias Posted November 2, 2006 Share Posted November 2, 2006 What is code when user come to this page, javascript will redirect them to previous page? Thank you. Quote Link to comment Share on other sites More sharing options...
tomfmason Posted November 2, 2006 Share Posted November 2, 2006 you can place this is the body tag[code]<body onload="javascript:history.go(-1);">[/code]Hope that helps,Tom Quote Link to comment Share on other sites More sharing options...
fenway Posted November 2, 2006 Share Posted November 2, 2006 Though doing this server-side makes much more sense. 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.