Wasn't it oliver cai who wrote:
>please check the following link
>
>http://www.fuzgo.com/map.php
>
>When you click the marker, it should show the infoWindow,
>
>But these days, it doesn't work , before it is fine.
>I don't know where there are problems?

It all starts to go wrong on this line:

         if(!ajax) var ajax = new sack();

Because sack() is not yet defined, that fails and the variables in the
following lines don't get initialized.

sack() is defined in ajax.js which hasn't been included at the time that
you call it.

-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to