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
The Dale Bewley's Slideshow script allows you to create and run a slideshow using the client pull method. The images in the HTML documents can be viewed as a slideshow presentation. The output can be displayed in a normal output as well as in a frame
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.
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 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
Dave?s DB Sorter Script has been written in perl. It is a database sorter that alphabetically sort a flat file database which contains records. In addition, it also deletes all duplicates that exist in that file
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
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
As the name suggest Count Visits with Cookies - Send User To Correct Page cookie counts the number of times the user had visited the page and it guides the user to the correct page he or she wants to go. This is done by a parameter set up by the scri
Working with Cookies in ASP.NET is an article for the users who are new to the workingspot of cookies. This article covers the topics like working of cookie, writing and reading cookie, checking through cookie collection, debugging, testing for the |