Cookie Address Book
|
|
This is a web page address book, relying on cookies to save the data. |
Cookie Editor
|
|
With this script, you can view, add, modify and delete the cookies of your Web browser. It is useful for debugging dynamic Web sites. |
Cookie Utility Class
|
|
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. |
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. |
Display Time of Last Visit
|
|
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. Uses cookies. |
Favorite BG Color
|
|
Let a JavaScript cookie remember your favorite background color. On the first visit, it prompts for your favorite background color and change it to your choice. On future visits, it automatically displays that background color for you. |
Indicate if the site was updated since your last visit
|
|
Using cookies this script saves the date of the user's last visit and compares the date of the last updated date for the page. It then shows whether the page was updated or not since his/her last visit. |
Kong Eu Tak's Cookies
|
|
Use this JavaScript cookie program to create and read any types of users information such as the surfer's browsing preferences, i.e. frames/no frames, etc. |
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. |
seconds at site
|
|
Use this JavaScript to count and remember the number of seconds that a visitor has been at your page. |
Set cookie to record last visit
|
|
With this script you can put a cookie on the visitors computer that records exactly when he/she visited your website for the last time. |
Store/Retrieve Cookie Values
|
|
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 wriues written on it. |
Stored Documents
|
|
The Stored Documents script provides three separate JavaScript functions, which display the 'Store this document' link, the 'Clear all documents' link, and the list of stored documents. |
User Name
|
|
This cookie allows you to record and store the visitor's name on the visitorsitors computer and to later retrieve that information. |
Visit Counter
|
|
Visit Counter will display the total number of visits a person has visited your website. It is simple and will display only the number of visits that the current user has visited, not an overall number. |
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). |
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. |