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.
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.
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.
Visit Counter
3
This cookies records how many times the visitor has visited the page and writes to the page accordingly.
Name - Visits - Last Visit
3
This cookies records the visitor's name, how many visits, and the last visit.
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.
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.
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 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.
Cookie Form Saver
1
This script uses cookies to save information from a form and repopulate the form the next time the user visits.
Message with cookie
1
Cookie counting how many times you have visited our resource. With humor :) Try this now!
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.
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.
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.)
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.