Top > Javascript > Cookies
This resource contains JavaScript functions for setting, retrieving and deleting cookies. When setting a cookie, you can specify cookie lifetime instead of expiration date. Also, the resource contains several online examples that demonstrate cookies behaviour.
Category:
Date Added: Oct 15, 2006 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
With this script, you can view, add, modify and delete the cookies of your Web browser. Useful for debugging dynamic Web sites.
Category:
Date Added: Oct 15, 2006 Hits: 1 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
4 javascript cookie functions that I wrote for various website projects. I put them together in this script and used the above form to debug them. They allow you to access, assign, modify, and delete your cookies with client-side code.
Category:
Date Added: Oct 15, 2006 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Stored Documents is a Favorites capability for your website, as a free script available for download. You can have Stored Documents on your website simply by placing a tag on the page where you want the links to appear.
Category:
Date Added: Oct 15, 2006 Hits: 0 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Cross-platform JavaScript utility class for creating, reading, and deleting cookies. Cookies can be either session or persistent. Has ability to apply unlimited sub-values to a cookie. This allows you to work within the confines of the 20 cookie per server limit.
Category:
Date Added: Oct 15, 2006 Hits: 1 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
This script records the date+time of your visitor's last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead. You can customize the messages to display in each case.
Category:
Date Added: Oct 15, 2006 Hits: 2 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
This example counts the number of visits to this site (page).
It uses that information to send the user directly to the correct pageon the site (via a parameter)
A test-only variable should be set to false to turn off the test mode.
Category:
Date Added: Oct 15, 2006 Hits: 1 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
This 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.
Category:
Date Added: Oct 15, 2006 Hits: 2 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
This example stores 3 variables into a cookie, and then retrieves them.
It puts the values into a form text box where the user can change the values.
A window can be made to open up where that window has the cookie values written on it.
Category:
Date Added: Oct 15, 2006 Hits: 1 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Cookies allow web pages to store information on the visitors computer and to later retrieve that information. This cookie records the visitor's name.
Category:
Date Added: Oct 15, 2006 Hits: 3 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
