http://product.pconline.com.cn/product/124/p124843.html
我的网站上需想要用这个产品多图展示功能,但网上搜来搜去还是没找到代码
<html>
<head>
<title>测试图片</title>
<script language="javascript">
function ShowBigImg(imgName)
{
this.BigImg.src="Images/userface/"+imgName;
}
</script>
</head>
<body>
<img name="BigImg" src="" width="200" height="150" border="0"><br>
<a href="#" onMouseOver="ShowBigImg('image1.jpg');" ><img name="SmailImg" src="Images/userface/image1.jpg" width="60" height="45" border="0"></a>
<a href="#" onMouseOver="ShowBigImg('image2.gif');" ><img name="SmailImg" src="Images/userface/image2.gif" width="60" height="45" border="0"></a>
<a href="#" onMouseOver="ShowBigImg('image3.gif');" ><img name="SmailImg" src="Images/userface/image3.gif" width="60" height="45" border="0"></a>
<a href="#" onMouseOver="ShowBigImg('image4.gif');" ><img name="SmailImg" src="Images/userface/image4.gif" width="60" height="45" border="0"></a>
</body>
</html>
[此贴子已经被作者于2006-10-16 22:42:32编辑过]
<html>
<head>
<title>测试图片</title>
<script language="javascript">
function ShowBigImg(imgName)
{
this.BigImg.src="Images/userface/"+imgName;
}
</script>
</head>
<body>
<img name="BigImg" src="" width="200" height="150" border="0"><br>
<a href="#" onMouseOver="ShowBigImg('image1.jpg');" ><img name="SmailImg" src="Images/userface/image1.jpg" width="60" height="45" border="0"></a>
<a href="#" onMouseOver="ShowBigImg('image2.gif');" ><img name="SmailImg" src="Images/userface/image2.gif" width="60" height="45" border="0"></a>
<a href="#" onMouseOver="ShowBigImg('image3.gif');" ><img name="SmailImg" src="Images/userface/image3.gif" width="60" height="45" border="0"></a>
<a href="#" onMouseOver="ShowBigImg('image4.gif');" ><img name="SmailImg" src="Images/userface/image4.gif" width="60" height="45" border="0"></a>
</body>
</html>
太感谢这位仁兄了!!!!