mschutze
11-02-2003, 11:31 AM
Hello there!
I'm having a litle problem with a cookie. I want to set one that shows or not an animation in my site, so the user don't need to see the same animation everytime they visit the website.
My idea is put a litle case or button in the animation page with the description "Don't show this animation the next time I visit this site.". If the visitor mark this option, it will set a cookie, and the next time he visit the page, it will automatically redirect him to the index page, without showing the animation.
If not, a cookie will be set so the aniamtion will be showed on the next visit.
I understand some JavaScript, but I don't now anything about cookies, so could someone help me, maybe with a litle sample or something like this?
Thanks a lot! ;)
I'm having a litle problem with a cookie. I want to set one that shows or not an animation in my site, so the user don't need to see the same animation everytime they visit the website.
My idea is put a litle case or button in the animation page with the description "Don't show this animation the next time I visit this site.". If the visitor mark this option, it will set a cookie, and the next time he visit the page, it will automatically redirect him to the index page, without showing the animation.
If not, a cookie will be set so the aniamtion will be showed on the next visit.
I understand some JavaScript, but I don't now anything about cookies, so could someone help me, maybe with a litle sample or something like this?
Thanks a lot! ;)