why doesnt this work?
<html>
<head>
<title>Untitled Document</title>
<script>
img1=new Image()
img1.src="1.bmp"
img2=new Image()
img2.src="2.bmp"
img3=new Image()
img3.src="3.bmp"
img4=new Image()
img4.src="4.bmp"
img5=new Image()
img5.src="5.bmp"
img6=new Image()
img6.src="6.bmp"
img7=new Image()
img7.src="7.bmp"
img8=new Image()
img8.src="8.bmp"
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<img src="1.bmp" width="289" height="194"><img src="2.bmp" width="289" height="194">
<img src="3.bmp" width="289" height="194">
<img src="4.bmp" width="289" height="194">
<img src="5.bmp" width="289" height="194">
<img src="6.bmp" width="289" height="194">
<img src="7.bmp" width="289" height="194">
<img src="8.bmp" width="289" height="194">
</body>
</html>
thanks alot,
and alos how could i display how much there is left to download and the download rate?
And is there a way to preload the HTML file as well as the js file
thanks
<html>
<head>
<title>Untitled Document</title>
<script>
img1=new Image()
img1.src="1.bmp"
img2=new Image()
img2.src="2.bmp"
img3=new Image()
img3.src="3.bmp"
img4=new Image()
img4.src="4.bmp"
img5=new Image()
img5.src="5.bmp"
img6=new Image()
img6.src="6.bmp"
img7=new Image()
img7.src="7.bmp"
img8=new Image()
img8.src="8.bmp"
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<img src="1.bmp" width="289" height="194"><img src="2.bmp" width="289" height="194">
<img src="3.bmp" width="289" height="194">
<img src="4.bmp" width="289" height="194">
<img src="5.bmp" width="289" height="194">
<img src="6.bmp" width="289" height="194">
<img src="7.bmp" width="289" height="194">
<img src="8.bmp" width="289" height="194">
</body>
</html>
thanks alot,
and alos how could i display how much there is left to download and the download rate?
And is there a way to preload the HTML file as well as the js file
thanks

Comment