编辑文本后点击显示结果
www.WoYouXian.net 我有闲 IT 教程
<html> <head> <script type="text/javascript"> function mouseOver() { document.b1.src ="/i/eg_mouse.jpg" } function mouseOut() { document.b1.src ="/i/eg_mouse2.jpg" } </script> </head> <body> <a href="/index.html" target="_blank"> <img border="0" alt="Visit WoYouXian!" src="/i/eg_mouse2.jpg" name="b1" onmouseover="mouseOver()" onmouseout="mouseOut()" /></a> </body> </html>
© 2007-2008 woyouxian.net 版权所有
Contact Us