Click to See Complete Forum and Search --> : Saving a high score with a cookie


Rogue14
04-23-2003, 04:11 PM
Hi, I am attempting to save a high score defined by the variable epoints. And I also need it to update the cookie if the old high score gets broken. The only problem is that I cannot find a cookie script that deals with a changing variable; all i have come across are the ones where it takes a name or something from a form and shows you that name. I have tried adapting this script but I can never get it to work. And help would be greatly appreciated.

khalidali63
04-23-2003, 05:19 PM
you don't need a method to do that..just re-write the cookie with the new value and it will be updated..