On May 10, 3:30 pm, Dzim <[email protected]> wrote: > Hello, > > I searched for this error here in this group and didn't find the > solution to my problem. > JS error is: > > main.js (line 368): > "a is null" > function Cn(a){var b;for(;b=a.firstChild;){Bn(b);a.removeChild(b)}} > > and it is reported by Firebug and also is showing in IE7. Chrome > doesn't report any JS errors. > > Link is: > > http://www.villas-in-tuscany.com/map.php
The browsers can't find the "googleMap" div (you have commented it out...): <!--<div id="googleMap" style="width: 500px; height: 300px"></div>--> -- Larry > > Thanks in advance for the help. > > Regards, > Dzim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
