|
With this script, you can
4 javascript cookie functions
This resource contains
Using a cookie This
view, add, modify and delete
that I wrote for various
JavaScript functions for
JavaScript allows you to
the cookies of your Web
website projects. I put them
setting, retrieving and
remember how many times a
browser. It is useful for
together in this script.
deleting cookies. When
user has visited a page.
debugging dynamic Web sites.
They allow you to access,
setting a cookie, you can
assign, modify, and delete
specify cookie lifetime
your cookies with
instead of expiration date.
client-side code.
Also, the resource contains
several online examples that
demonstrate cookies
behaviour.
Date: Mar, 14 2006 Date: Apr, 16 2005 Date: Jul, 04 2006 Date: Oct, 27 2000 |
|
Cross-platform JavaScript
This JavaScript example
This script records the
Using cookies this script
utility class for creating,
counts the number of visits
date+time of your visitor's
saves the date of the user's
reading, and deleting
to this site (page). It uses
last visit and displays it
last visit and compares the
cookies. Cookies can be
that information to send the
upon their return. If this
date of the last updated
either session or
user directly to the correct
is their first visit to your
date for the page. It then
persistent. Has ability to
page on the site (via a
site, a greeting message is
shows whether the page was
apply unlimited sub-values
parameter). A test-only
shown instead. Uses cookies.
updated or not since his/her
to a cookie. This allows you
variable should be set to
last visit.
to work within the confines
false to turn off the test
of the 20 cookie per server
mode.
limit.
Date: May, 10 2004 Date: Dec, 08 2000 Date: Nov, 25 2001 Date: Oct, 08 2001 |