Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Visits
User Name
Understanding Session-only Cookies
Store/Retrieve Cookie Values
Stored Documents Script
Set cookie to record last visit
Seconds at site
Display Time of Last Visit
Count Visits with Cookies - Send User To Correct Page
Cookie Editor
Cookie Functions
Cookie Utility Class 1.0
Top Code
User Name
Count Visits with Cookies - Send User To Correct Page
Cookie Editor
Set cookie to record last visit
Understanding Session-only Cookies
Seconds at site
Store/Retrieve Cookie Values
Stored Documents Script
Display Time of Last Visit
Visits
Cookie Functions
Cookie Utility Class 1.0
JavaScript > Scripts and Programs > Cookies
Source List
All | Freeware

Code 1-12 of 12   


Visits javascript activates cookie on visitors computers that grabs the details when visitors has accessed your website and the number of times. This script runs with dynamic javascript enabled websites. Visitors can view the total number of times...





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



Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.



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



Stored Documents is designed for dynamic websites which supports javascript where it allows the webmasters to store the desired documents, web pages with a document list and allows them to view entire document list. Included documents can be...



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



Seconds at site works with all javascript enabled websites where it impelments cookies function on your visitors computers and counts the total number of time in seconds they have been at your site. It has an easier configuration and allows you to...



The Display Time of Last Visit is a JavaScript cookie that displays the date and time of the visitor?s last visit on your web page. If the visitor is visiting your webpage for the first time instead of displaying the date and time of last visit...



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



Cookie Editor is an useful program for dynamic websites which are powered by javascript through which webmasters can track their users cookies data with database and can access them for furthur processing like modifying, removing, etc., of cookies...



Cookie Functions is generated in javascript that provides four various functions to control the cookies information. This script allows the webmasters to obtain cookies name and value and to keep them with storage units. Also, supports...



Cross-platform JavaScript utility class for creating, reading, / and deleting cookies. Cookies can be either session or persistent. Has ability / to apply unlimited sub-values to a cookie. This allows you to work within the / confines of the 20...