Re: GMap is undefined in IE version 6.0.2800.1106.xpsp1.020828-1920
There is currently no map on that page.
What happens is that there's some inline code that hijacks the
window.onload setting, replacing what you set up with <body
onload="onLoad()"> with window.onload = check_banner; That's just two
different ways of setting the same thing, and check_banner is the one
that's active when the onload event happens.
You either need to get rid of the code that loads check_banner, or move
your map code out of the header onload function and put it as inline
code just before the </body>
--
The Blackpool Community Church Javascript Team
http://www.econym.demon.co.uk/googlemaps/
0 Comments:
Yorum Gönder
<< Home