翻转器技术__javascript
文章来源:365jz.com 点击数:
185 更新时间:2009-09-13 10:35
参与评论
/Files/sosoman/翻转器实例.rar
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body bgcolor="#ffffff">
<a href="next.html" onmouseover="document.arrow.src='image/arrow_on.jpg'"
onmouseout="document.arrow.src='image/arrow_off.jpg'">
<img src="image/arrow_off.jpg" width="147" height="82" border="0" name="arrow" alt="arrow"/>
</a>
</body>
</html>
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛
------分隔线----------------------------