| |
| |
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).'
|
|
|
| |
| |
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.
|
|
|
| |
| |
Using a cookie This JavaScript allows you to remember how many times a user has visited a page.
|
|
|
| |
| |
Use this JavaScript to count and remember the number of seconds that a visitor has been at your page.
|
|
|
| |
| |
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).
|
|
|
| |
| |
This cookie allows you to record and store the visitor's name on the visitors computer and to later retrieve that information.
|
|
|
| |
| |
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.
|
|
|
| |
| |
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.
|
|
|
| |
| |
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 separate JavaScript functions, which display the 'Store this document' link, the 'Clear all documents' link, and the list of stored documents.
|
|
|
| |
| |
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.
|
|
|
| |
|