No it doesn't.
Put this in the head of the document -
<script type="text/javascript">
<!--
function displayRandomImage(imageName,array){
document.images[imageName].src=array[new Date().getTime()%array.length];
}
urls=["images/cs1.jpg","images/cs2.jpg","images/cs3.jpg","images/cs4.jpg"]
// load this line with your image names and paths
//-->
</script>
and then put this in the body of the page -
<body onLoad="displayRandomImage('csmember',urls)">
<!-- csmember is the NAME of the image receiving the random changes -->
--
Murray
============
Steve Easton said:
Requires some server side scripting.
If you are hosted on an Apache / UNIX server, with the web masters
CPanel,
There is probably a built in feature that will do just what you want.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
I have a website and would like to display a variety of cartoons on
the
home
page - in one location that change when the page is revisited or
refreshed.