Recall Form Values II
9
You've probably seen this feature within the comment forms of blogs, where a checkbox allows you assign whether to remember the values of certain text fields and call back them later. Well, this script adds such a feature to any form! See also similiar javascripts as: Remember Me, Remember Form Data, Remember Form Values script or from search results.
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.
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.
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.
Save and Restore Form Cookies
1
This script will save all of your form fields in a cookie. It includes all text fields, radio button selections, checkbox values, etc. When your visitor returns, all form fields are automatically repopulated with the same value that they entered on their last visit.
Feeling Lucky
1
Give your users a chance to be spontaneous! Clicking on the button will re-direct them to a link chosen at random. You can specify any number of links, and they can open in the same window or a new one. A cookie is used to track which links are visited. The cookie is erased when the browser is closed.
Delicious Cookies
0
This collection will help you to set, get, and delete cookies. It's a nice little collection that should prove to be invaluable.
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.)
Remember Form Data
2
Type whatever you like in the boxes, click outside the box, reload the page, and try to type the details again. This script uses cookies, so if you have them disabled it will of course not work.
Cookie Enabled script
1
This script checks to see if the user has cookies enabled in his browser. If not, it displays an alert window letting them know your site is using cookies. Use alone or add to your cookie script.
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.
Message with cookie
1
Cookie counting how many times you have visited our resource. With humor :) Try this now!
Display time of last visit
0
This script uses cookies to display time of last visittors.
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.
Cookie Form Saver
1
This script uses cookies to save information from a form and repopulate the form the next time the user visits.