Stored Documents is multi-platform compatible. 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.
Store/Retrieve Cookie Values is multi-platform compatible. 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...
Count Visits with Cookies - Send User To Correct Page is multi-platform compatible. 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...
Non-Persistent Cookie is multi-platform compatible. 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...
Set cookie to record last visit is multi-platform compatible. 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.
Cookie Utility Class is multi-platform compatible. 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...
Version: 1.0 | Price: Free under the terms of our license | Rating:
| Total Votes: 16
The outputs of this Cookie Script do not mix with other strings outcoming from other directory cookies , thanks to the variable assignment : var the_cookie = "MultipleInfos="+GetCookie("MultipleInfos"); This is a Programs'Set that finally shows...
You are promoting in this page some product on sale in another domain. If your Visitor surfs there from here then he will be cookie marked and the other domain will recognize he is coming from your Site ( This ) and then a royality process could...
This small javascript allows you to set a cookie on your visitors computer. If the cookie still exists the next time they visit, they are redirected to the page of your choice. Ideal for redirecting visitors who have already seen you (long) flash...