ScriptDance.com / JavaScript / Cookies

If it's money and fun you want to generate then all you have to do is to enter 777.com, the leading casino and gambling guide. This is your chance to play roulette, blackjack, slots and all your favorite casino games.



published scripts(15) / JavaScript / Cookies

Your Last Visit


This script remembers the last time a user visited your Web page within last 30 days. A cookie is used to record the time of a visit....more detail

discuss tags: Cookies | Add this link to... | tell friends

Visits


This cookie records how many times the visitor has visited the page and writes to the page accordingly. (ie: You have been here 2 times)....more detail

discuss tags: Cookies | Add this link to... | tell friends

User Name


This cookie allows you to record and store the visitor's name on the visitors computer and to later retrieve that information....more detail

discuss tags: Cookies | Add this link to... | tell friends

seconds at site


Use this JavaScript to count and remember the number of seconds that a visitor has been at your page....more detail

discuss tags: Cookies | Add this link to... | tell friends

cookie tracker


Using a cookie This JavaScript allows you to remember how many times a user has visited a page....more detail

discuss tags: Cookies | Add this link to... | tell friends

Verify Cookie Max Size


The author notes" I was using IE version 5.5 to find the maximum size you can have a cookie be. This seems to be on the side of working - add 1 more to the size and it will not work as the cookie becomes too big. It should be easy enough to take this script and use it for yourself to test your web browser (future releases)."...more detail

discuss tags: Cookies | Add this link to... | tell friends

Non-Persistent Cookie


This JavaScript uses cookies to get input from the user 1 time per users web session. It uses a non-persistent cookie to prompt the user for a word - it then stores it for the rest of that web browser's life. It will use the value input and stored in the cookie to put that word onto the page that it is loading....more detail

discuss tags: Cookies | Add this link to... | tell friends

Count Visits with Cookies - Send User To Correct Page


This JavaScript example counts the number of visits to this site (page). It uses that information to send the user directly to the correct page on the site (via a parameter). A test-only variable should be set to false to turn off the test mode....more detail

discuss tags: Cookies | Add this link to... | tell friends