Hey Tom!!

You said you would help me make the random image http page with something called a "rollover" .. You still up to it?

Compwiz
posted 11-16-1999 09:41 PM
------------------------------------------------------
Use JavaScript. This can use random images and place them on the page, (for instance: rollovers), and this is more supported than DHTML.
<script language="JavaScript1.1">
<!--
document['myimage'].src = 'c:\mydir\myimage.gif'
//-->
</script>

is a cheap example. If you want one that is random and etc., then just let me know.