Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Ajax load image not going away once initiated


daveVk - 12:07 pm on Dec 1, 2011 (gmt 0)


Rather than setting el.innerHTML, consider loading image with page and hide/show it as required with.

el.style.display = 'none'; // hide
and
el.style.display = ''; // show

while the loader image will probably load quicker than the map, no delay is better.


Thread source:: http://www.webmasterworld.com/javascript/4392672.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com