When I am moving my mouse over links in the menu at http://nintendosan.atspace.com it takes some time for the pictures to load. This is the script I use between the head tag, but it doesn´t work. Why?
<SCRIPT language="JavaScript">
<!--
pic1= new Image(245,153);
pic1.src="test.jpg";
pic2= new Image(245,153);
pic2.src="test2.jpg";
pic3= new Image(245,153);
pic3.src="test3.jpg";
pic4= new Image(245,153);
pic4.src="test4.jpg";
//-->
</SCRIPT>



Reply With Quote

Bookmarks