ͼÏó·­×ªScript


<!--Two steps to installing this script-->

<!--1) Insert below in the HEAD section of your page-->



<script language="Javascript">

<!--



//Slide Show script (this notice must stay intact)

//For this and more scripts

//visit java-scripts.net or http://wsabstract.com



if (document.images) {

button1 = new Image

button2 = new Image



button1.src = 'img1.gif'

button2.src = 'img2.gif'

}

//-->

</script>



<!--2) Add the following onmouseover/ onmouseout commands inside each image's <a> tag. For example:-->

<!--If you wish to implement more than one rollover effect, for second, third images etc (continued)-->

<!--Give each image a different name from "rollover", and change references inside onmouseover/out code to match-->



<a href="http://java-scripts.net" onmouseover="document.rollover.src=button2.src"

onmouseout="document.rollover.src=button1.src"><img src="img1.gif" border=0

name="rollover"></a>