On Jul 24, 5:48 am, robos85 <[email protected]> wrote:
> I get second error but don't know why:
> Wiadomość: 'Placemark.0.AddressDetails.Country.CountryNameCode' jest
> pusty lub nie jest obiektem
> Wiersz: 33
> Znak: 5
> Kod: 0
> Identyfikator URI:http://www.atotam.pl/js/tours.js

The error I get in IE6 is:
Line: 299
Error: Object required

this line:
map = new GMap2(document.getElementById("map"));

because the initialize function is being called inline in the head
before the DOM is created (so the "map" element hasn't been added yet,
so getElementById returns null).

If you put this:
javascript:initialize();

in the address bar, the map appears.

  -- Larry

>
> On 24 Lip, 14:35, robos85 <[email protected]> wrote:
>
> >http://www.atotam.pl/tours/add here you go
>
> > On 24 Lip, 14:33, "[email protected]" <[email protected]> wrote:
>
> > > On Jul 24, 5:32 am, robos85 <[email protected]> wrote:
>
> > > > here's my code:www.atotam.pl/js/tours.js
>
> > > But where is the _map_ that exhibits the error?
>
> > > > On 24 Lip, 14:12, "[email protected]" <[email protected]> wrote:
>
> > > > > On Jul 24, 4:49 am, robos85 <[email protected]> wrote:
>
> > > > > > I got an error only in IE. It shows that:
> > > > > >  'wa' jest pusty lub nie jest obiektem
> > > > > > Wiersz: 182
> > > > > > Znak: 142
> > > > > > Kod: 0
> > > > > > Identyfikator 
> > > > > > URI:http://maps.gstatic.com/intl/pl_ALL/mapfiles/159e/maps2.api/main.js
>
> > > > > > Which in translation means:
> > > > > > Message: 'wa' is empty or is not an object
> > > > > > Row: 182
> > > > > > Character: 142
> > > > > > Code: 0
> > > > > > Identyfikator 
> > > > > > URI:http://maps.gstatic.com/intl/pl_ALL/mapfiles/159e/maps2.api/main.js
>
> > > > > > Any ideas about that?
>
> > > > > You have an error in your code.  Can't tell you where as you haven't
> > > > > posted a link.  IE can't tell you where unless you run the MS Script
> > > > > debugger.
>
> > > > >   -- Larry
>
> > > > >http://groups.google.com/group/Google-Maps-API/web/suggested-posting-...
>
> > > > >http://groups.google.com/group/Google-Maps-API/web/why-including-a-li...
--~--~---------~--~----~------------~-------~--~----~
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