Click to See Complete Forum and Search --> : differend java scripted images at load


Reynard
11-30-2003, 07:01 PM
does anyone know the script so that a different image appears everytime someone logs is?

I have these three images which are java scripted:

<script language="JavaScript">
</script>

<p>

<center>

<a href="http://dynamic6.gamespy.com/~fable"><img src="http://dynamic6.gamespy.com/~fable/misc/top1_1.jpg" border="0"onmouseover="this.src='http://dynamic6.gamespy.com/~fable/misc/top1_2.jpg'" onmouseout="this.src='http://dynamic6.gamespy.com/~fable/misc/top1_1.jpg'"></a>


<p>


<a href="http://dynamic6.gamespy.com/~fable"><img src="http://dynamic6.gamespy.com/~fable/misc/top2_1.jpg" onmouseover="this.src='http://dynamic6.gamespy.com/~fable/misc/top2_2.jpg'" onmouseout="this.src='http://dynamic6.gamespy.com/~fable/misc/top2_1.jpg'" border="0"></a>

<p>


<a href="http://dynamic6.gamespy.com/~fable"><img src="http://dynamic6.gamespy.com/~fable/misc/top3_1.jpg" onmouseover="this.src='http://dynamic6.gamespy.com/~fable/misc/top3_2.jpg'" onmouseout="this.src='http://dynamic6.gamespy.com/~fable/misc/top3_1.jpg'" border="0"></a>

</center>

is it possible to do so?

davey
12-01-2003, 01:25 AM
http://javascriptkit.com/script/cut176.shtml that should help you along your journey