Forum Moderators: open
So, what I need is:
1.) A Button that changes your cookies to the ones I specify.
2.) A script I can copy and paste into the same document multiple times to make it display a different HTML Code depending on your cookie Name/Value. If it wont be able to have code, thats ok, but I'd prefer it...
Thanks a TON! I am trying to start a little hobby with making text rpgs, and I dont want people to click the "back" button if they do something wrong, and it takes up less space, since the site im makings provider has like 1000 pages maximum, and I figure I can cheat it considering they have no bandwith amount...
[edited by: SilverPyramid at 9:12 pm (utc) on May 20, 2009]
1.) A Button that changes your cookies to the ones I specify.
What do you mean by this.
Javascript in a webpage can only access the cookies for the current domain (or the current page, depending on the scope) and not read cookies from other domains, that is done for security