Daily Welcome Cookie
5
This playscript sets a cookie, with an alert window that only comes up the first time you visit the page each day. A funny effectfor calling attention to daily specials and news updates. Very easy to configure for working in other ways also.
JavaScript Cookies
0
The JavaScript Cookies provide a complete set of cookie functions. Designed for usability, they make all the details, like setting expiration dates, easy and fast. JavaScript functions makeCookie(), readCookie(), and rmCookie() provide the best solution for writing, reading, and removing cookies. Any JavaScript application now has the capability to access cookies and utilize all of their magical properties. The cookie functions provide high performance, and each one provides return values precisely indicating the success or failure of the requested operation. They allow you to use relative expiration dates, to easily let a cookie expire in a few seconds, hours, days, or years from the present time, or to create a 'session cookie' that safely vanishes when the user quits the browser. The cookie functions also allow you to choose the domain and path for cookies, or to create secure cookies that are accessible only through encrypted pages.
Remember Form Values script
1
This script remembers the value entered into any form textbox (<input type='text') by the visitor, and upon his/her return, preloads the textbox with that value. It's very useful for forms that get used repeatedly by the same visitors and contain the same values each time, such as the 'name' or 'email' field of a 'Recommend Site' form or blog comments form. Just as useful is this script's ease of installation- specify a form textbox value to be retained just by giving it a class='memorize' attribute.
Name - Visits - Last Visit
3
This cookies records the visitor's name, how many visits, and the last visit.
Cookie Form Saver
1
This script uses cookies to save information from a form and repopulate the form the next time the user visits.
To Do List
1
Keep your To Do list up to date with this script. Demonstrates how to display, add and delete items from a list of cookies.
Only Popup Once
1
If you have a new window open up on your home page, it opens every time your visitors come back to that page. This is rude as well as very annoying thing to force onto your visitors. But, using cookies, this script can determine if the visitor has been here before, and only open a new window on their first visit to the page. The next time they come back, the script will read the cookie, identify them as a repeat visitor, and NOT open the window again. Neat!
Remember Me
5
This script is for use in forms that require user input; e.g., blogs which require users to type their name and e-mail address in order to submit comments. Users will have the option of allowing their information to be remembered. The script uses cookies to store and output the information.
Delete those cookies
0
This script checks cookie data and will delete all them if available.
Time Controlled Popunder Window
0
This versatile popunder window script allows you to precisely control how often the window pops under, in terms of 'once every x hours'. For example, specifying 24 hours translates into the script popping under only once a day. Furthermore, you can modify this duration at anytime, and the script will reset itself to the new duration (ie: 8 hours instead). Cool.
Num of visits
0
This cookies records how many times the visitor has visited the page and writes to the page accordingly.
Date and Time of Last Visit
1
Display the date and time of the users last visit. Easy to implement. (Reload the page to see it work.)
Memo Pad
2
Visitors can make notes on your site and they will be stored in a cookie until they return. The script includes an auto-save feature and the ability to print and e-mail the notes. The cookie has a 4Kb limit.
Visit Counter
3
This cookies records how many times the visitor has visited the page and writes to the page accordingly.
Number Of Visits
0
This is a different script to records how many times the visitor has visited the page and writes to the page accordingly.