On Sep 26, 7:16 am, rocklobster <[email protected]> wrote:
> I'm also very curious if
> this is a browser or Google Map bug, because this could be a huge
> issue considering how many people use Dreamweaver.
>
> To see the page in action go tohttp://www.outbackadventures.com/testmap.html
I don't have Safari, although both it and Chrome share the same basis
of the Apple WebKit. Chrome reports a "Hierarchy request error" here:
document.documentElement.firstChild.appendChild(script);
Unfortunately Chrome's debugging tools are limited, but presumably it
doesn't think it's appending the script to <head>. I wonder if it's
worth identifying the head element directly (this should all be one
line, but probably won't turn out that way):
document.getElementsByTagName("head")[0].appendChild(script);
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---