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
This is a message board application that helps the users to post messages on the boards online. This program provide notification email to the admin for every postings made by the users. This program has an cookie option for the users to remember the
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
Give your referrers credit with a cookie. CreditGo Cookie sets your visitor a cookie with the referrer's assigned id and automatically redirects your visitor to your webpage. Great for tracking your visitors and originating referral source.
A cookie is a small (up to 20 times 4k per domain) bit of information that can be stored by a server in a browser's client. This script shows an example of how to set and retrieve a cookie. |