|
Display Time of Last Visit
|
Other links at JavaScript > Scripts and Programs > Cookies |
| 1. |
Store/Retrieve Cookie Values
|
|
|
This example stores 3 variables into a cookie, and then retrieves them. It puts the values into a form text box where the user can change the values. A window can be made to open up where that window has the cookie values written on it.
|
| 2. |
Cookie Functions
|
|
|
4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.
|
| 3. |
cookie tracker
|
|
|
Using a cookie This JavaScript allows you to remember how many times a user has visited a page.
|
| 4. |
Display Time of Last Visit
|
|
|
This script records the date+time of your visitors last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead. Uses cookies.
|
| 5. |
seconds at site
|
|
|
Use this JavaScript to count and remember the number of seconds that a visitor has been at your page.
|
|
|