About This Product
WebSiteMadeEasy.net | FontsMadeEasy.com | RankChecker.net
 
Submit your Script
Google Search:
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet
Cookies

Times a user has visited your page
Compatibility: IE3+, NS3+
Description:

This script counts the number of time a surfer has come to your page.

 

Times a user has visited your page II
Compatibility: IE3+, NS3+
Description:

This script keeps track of the number of times a surfer has visited your page, and alerts the surfer of this info. Also comes with buttons to allow him/her to reset this info. Quite neat.

 

Display a person's name
Compatibility: IE3+, NS3+
Description:

This one asks a user to enter his/her name, and displays it whenever he/she should arrive.

 

Favorite Background
Compatibility: IE3+, NS3+
Description:

Let a JavaScript cookie remember your favorite background color. On future visits, it automatically displays that background color for you.

 

User Name
Compatibility: IE3+, NS3+
Description:

Cookies allow web pages to store information on the visitors computer and to later retrieve that information. This cookie records the visitor's name.

 

Number Of Visits
Compatibility: IE3+, NS3+
Description:

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).

 

Name - Browser Info
Compatibility: IE3+, NS3+
Description:

This cookies records the visitor's name and also writes the visitor's browser information to the screen.

 

Name - Visits - Last Visit
Compatibility: IE3+, NS3+
Description:

This cookies records the visitor's name, how many visits, and the last visit.

 

Name - Visits - Message
Compatibility: IE3+, NS3+
Description:

This cookie records the visitor's name, how many visits, and displays a message depending on how many visits have been recorded.

 

Only Popup Once
Compatibility: IE3+, NS3+
Description:

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!