| TOTAL: 31 Page: 1 of 2 |
|
Last Visit
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.

| Hits: | 5912 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Visits
This cookies records how many times the visitor has visited the page and writes to the page accordingly. (ie: You have been here 2 times).

| Hits: | 7013 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
User Name
Cookies allow web pages to store information on the visitors computer and to later retrieve that information. This cookie records the visitor's name.

| Hits: | 7025 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
To Do list
Keep your To Do list up to date with this script. Demonstrates how to display, add and delete items from a list of cookies.

| Hits: | 7023 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Remove Ads
Catches all clicks on ads and writes a cookie on the visitor's computer. Until the cookie expires, no ads are shown.

| Hits: | 9066 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Only Popup Once
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.

| Hits: | 7456 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
New to You
Use this cookie to show your visitors what's new on your Web site since their last visit.

| Hits: | 9322 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Name - Visits - Message
This cookie records the visitor's name, how many visits, and displays a message depending on how many visits have been recorded.

| Hits: | 9219 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Name - Visits - Last Visit
This cookies records the visitor's name, how many visits, and the last visit.

| Hits: | 9328 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Name - Browser Info
This cookies records the visitor's name and also writes the visitor's browser information to the screen.

| Hits: | 9291 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
ID Tracker
Allows you to save a visitor's referral ID in a cookie ID on their computer. Then, you can you can access that ID cookie from the rest of your site. Useful to help you pay affiliate commissions or track web site referrals.

| Hits: | 9908 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Favorite BG Color
Let a JavaScript cookie remember your favorite background color. On future visits, it automatically displays that background color for you.

| Hits: | 9356 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Cookie Redirect
Redirects the visitor to different pages based on the value of a stored cookie. If no cookie is found, the available items are displayed for the user to pick from, which sets a cookie for their next visit. Our demonstration uses a 'favorite animal' cookie, but this could easily be modified to fit your needs.

| Hits: | 7449 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Cookie Enabled
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.

| Hits: | 7431 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Bookmark Reminder
(Best with Internet Explorer) Pops up the "Add to Favorites" bookmark window once a week, or after every certain number of days. Netscape users are given an alert message to remind them to bookmark the site.

| Hits: | 8808 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Address Book
Saves an address book database as a cookie on the user's computer. The author explains that although the actual example may not be particularly useful, the underlying code could be very beneficial for use in other projects.

| Hits: | 10072 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Seconds at site
Seconds at site - counts and remembers the number of seconds that a visitor has spent at your site.

| Hits: | 6902 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Store/Retrieve Cookie Values
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.

| Hits: | 6862 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Cookie Sets Users Language Preference
This allows you to use cookies to make a page show up in a specified language. You can use this to allow multi language people to access your pages. The option to switch the users default language is also given.

| Hits: | 7364 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |
Read Write Cookies
This will set and read a cookie.

| Hits: | 8927 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-01-05 |