A counter using a cookie to identify your visitors. You can use your own images and define the cookie lifetime.
A simple counter you can paste on your page. Uses a cookie to count each visitor only once.
This program sets a cookie when a visitor enters your site. The value of the cookie is the referrer (where the visitor came from). This cookie can then be retrieved for various reasons, typically if the visitor makes a purchase or joins your site, yo
This JavaScript implements a cookie that stores on the visitor?s computer the name of the visitor?s. This information on the cookie can be retrieved later for future use. The cookie can be implemented in your web page by first copying and pasting the
This small javascript allows you to set a cookie on your visitors computer. If the cookie still exists the next time they visit, they are redirected to the page of your choice. Ideal for redirecting visitors who have already seen you (long) flash int
The Store/Retrieve Cookie Values is a JavaScript that can be used in any of your web pages to implement a cookie that can take in inputs into three variables and can also retrieve them. The cookie is opened every time the window is opened. The user c
Cookies can be intrusive, but they can also be a great way to store specific information about the people using your site and enable you to customize output specifically tailored to their input. You can construct a simple cookie based on user test in
World Wide Live Counter is a real time counter that updates the counter without refreshing the browser. Webmasters need not refresh their page to see the counter advance. This counter can be integrated on all the websites. This counter does not requi
Set cookie to record last visit consists of few javascript classes that are useful for webmasters to get the information about when visitors have visited their site pages last time. It is simply done by setting a cookie with visitors computer and it
Cookie Debugger is a tutorial which specifically concentrates on how to generate set of cookies and what are all the methods to assign a value for each cookie. Here author offers few codes which helps to return a list of name and values for the cooki |