Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Script for cookies to remember and display a person's name

Share this post!
 Vote this!

This script will prompt the user to enter his/her name, and remember and display it whenever the user returns.

<script>
<!--
// Boolean variable specified if alert should be displayed if cookie exceeds 4KB
var caution = false

// name - name of the cookie
// value - value of the cookie
// [expires] - expiration date of the cookie (defaults to end of current session)
// [path] - path for which the cookie is valid (defaults to path of calling document)
   more...

0 comments:

Post a Comment