Reply
Fri 3 Aug, 2007 12:38 pm
Hi I am trying to create a cookie that will redirect a user from one page to another. Heres is what I need it to do:
User visits page A, fills out a form and goes to page B, if the user comes back to page A then they will get redirected to page C. I would need to cookie to be create one they reach page B.
Thanks
Re: Redirect cookies
It cannot be done using cookie alone.
You don't specify how you want to do it so I'm going to rule out server-side solutions and give you an easy JavaScript example:
http://javascript.internet.com/cookies/cookie-redirect.html