Cookies
Results 1 - 17 of 17
Cookie Functions
4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.
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.
extCookie
extCookie is a collection of class to manage cookies. extCookie : basic object cookie class idsCookie : fifo array of Ids. Can store hundreds of Ids in one cookie. objCookie : multi field cookie
J scirpt Browser info
Show your users Browser Information & if they have cookies enabled to them.
Javascript cookies
Here you will find an object with methods to save, read and erase cookies. Using these methods you can manipulate cookies on your site.
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.
Stored Documents
Stored Documents is a Favorites capability for your website. It is supplied both as a free hosted service, or available for download. By simply placing a tag on the page where you want the links to appear, the Stored Documents script provides three...
(show more)
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...
(show more)
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.
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.
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...
(show more)
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...
(show more)
seconds at site
Use this JavaScript to count and remember the number of seconds that a visitor has been at your page.
cookie tracker
Using a cookie This JavaScript allows you to remember how many times a user has visited a page.
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).
User Name
This cookie allows you to record and store the visitor's name on the visitors computer and to later retrieve that information.
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.
