his boy elroy
04-09-2003, 10:55 AM
Hello everyone:
I am working on a page (http://edesedoret.com/company.html) for my new site which contains a map, that illustrates the position of the sun based on GMT. I received JavaScript which would enable images (stored in maps bin numbered 00.gif to 23.gif) to change every hour based on the GMT.
I notice that when I initially go to the page it shows the map image that I have positioned in Dreamweaver and then switches to the correct image (when you refresh the screen it does the same). Is there a way that I can eliminate this quirk, I tried using an image place holder but that didn't work. Do you have any suggestions on how to resolve this?
I found a site with a similar feature and I copied the following code (see below). I noticed in the image line (img src=) it shows the current image rather than the one placed in the document (and the file in this line changes every hour). I couldn't find any JavaScript code associated with this, but then again I may not know what to look for:
<!-- use hour to select map image -->
<td valign="top" width="445"> <img src="/company/graphics/timezone_images/GMT_13.gif" width="471" height="253" border="0" alt="world map" usemap="#Map"></td>
Thanks
I am working on a page (http://edesedoret.com/company.html) for my new site which contains a map, that illustrates the position of the sun based on GMT. I received JavaScript which would enable images (stored in maps bin numbered 00.gif to 23.gif) to change every hour based on the GMT.
I notice that when I initially go to the page it shows the map image that I have positioned in Dreamweaver and then switches to the correct image (when you refresh the screen it does the same). Is there a way that I can eliminate this quirk, I tried using an image place holder but that didn't work. Do you have any suggestions on how to resolve this?
I found a site with a similar feature and I copied the following code (see below). I noticed in the image line (img src=) it shows the current image rather than the one placed in the document (and the file in this line changes every hour). I couldn't find any JavaScript code associated with this, but then again I may not know what to look for:
<!-- use hour to select map image -->
<td valign="top" width="445"> <img src="/company/graphics/timezone_images/GMT_13.gif" width="471" height="253" border="0" alt="world map" usemap="#Map"></td>
Thanks