Browsers are notorious at
A random number is useful- if
Learn how to generate weighed
In this tutorial you will
hanging on tenaciously to
not required- in the
random numbers in
learn how to show random
cached pages. This problem
creation of many popular JS
JavaScript, so some show up
images. It is just like an
is evident in Ajax
applications, such as a
more often than others.
lmage Rotator.
applications when sending
dice, random image script,
XMLHTTPRequest GET requests
or random link generator.
to Internet Explorer. Even
Learn how to generate a
when you use all manner of
random number in JavaScript.
fancy headers like
"Pragma: no-cache"
or "Cache-Control:
must-revalidate" you'll
often find that you receive
a cached page rather than a
'live' one. Here's
something else you can try,
which has worked well for
me, and essentially only
needs one line of Javascript.
Date: Apr, 30 2006 Date: Aug, 08 2002 Date: Nov, 15 2004 Date: Oct, 09 2006 |
Create the script once and
reference in any number of
ways. The example goes into
Date Stamps, News, Quotes,
etc. One file to update and
one line to include in the
HTML page.
You can use this
as a fake Server-Side
Includes to create site
navigation. You update the
one .js file to alter
navigation.
Date: Sep, 07 2004 |