M
Michael
I have a page that has several jpeg files on it. The pictures show on my
local machine from FrontPage but when the page is loaded from the host, only
the first picture will display. The rest just have an empty rectangle. Can
someone tell me how to make sure all of the pictures are downloaded with
the page? Below is the code for 2 pictures. Map1 will show but map2 will
not. The zoomx() function shows a zoomed picture so there are 2 jpegs for
each slot. There is a text table in between and below the images.
Thanks
<body bgcolor="#0000FF" text="#000000">
<p>
<img border="0" name="map1" src="java1.jpg" width="200" height="200"
onmouseover="zoom1()" onmouseout="zoom1()" align="left"></p>
<p>
<img border="0" name="map2" src="brazil1.jpg" width="200" height="200"
onmouseover="zoom2()" onmouseout="zoom2()" align="right"></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
<center>
<table border="1" width="42%">
<tr>
<td width="50%">Java, Indonesia</td>
<td width="50%" align="right">Brazil, South America</td>
</tr>
</table>
</center>
</div>
<p> </p>
<p> </p>
<p> </p>
</Body>
local machine from FrontPage but when the page is loaded from the host, only
the first picture will display. The rest just have an empty rectangle. Can
someone tell me how to make sure all of the pictures are downloaded with
the page? Below is the code for 2 pictures. Map1 will show but map2 will
not. The zoomx() function shows a zoomed picture so there are 2 jpegs for
each slot. There is a text table in between and below the images.
Thanks
<body bgcolor="#0000FF" text="#000000">
<p>
<img border="0" name="map1" src="java1.jpg" width="200" height="200"
onmouseover="zoom1()" onmouseout="zoom1()" align="left"></p>
<p>
<img border="0" name="map2" src="brazil1.jpg" width="200" height="200"
onmouseover="zoom2()" onmouseout="zoom2()" align="right"></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
<center>
<table border="1" width="42%">
<tr>
<td width="50%">Java, Indonesia</td>
<td width="50%" align="right">Brazil, South America</td>
</tr>
</table>
</center>
</div>
<p> </p>
<p> </p>
<p> </p>
</Body>