posts - 22,comments - 35,trackbacks - 0

<html>
  <head>
    <script language = "javascript">
      function preloader()
      {
         heavyImage = new Image();
         heavyImage.src = "heavyimagefile.jpg";
      }
    </script>
  </head>

  <body onLoad="javascript:preloader()">
    <a href="#" onMouseOver="javascript:document.img01.src='heavyimagefile.jpg'">
    <img name="img01" src="justanotherfile.jpg"></a>
  </body>
</html>

posted on 2006-06-30 10:30 kelven 阅读(461) 评论(0)  编辑  收藏 所属分类: JavaScript

只有注册用户登录后才能发表评论。


网站导航: