For info, the example messes up in grand style and crashes IE6 too.
I note that in your preview() function,
popup = window.open('...
creates the new window as an undeclared javascript object.
This will cause diferent behaviour in different browsers.
When preview() has finished, I wonder what happens to it, if it is an
object local to the preview() function only?
Maybe you could try pre-declaring this as a global object.
I don't think this has anything to do with maps, I expect it'd fail
just as dramatically with any non-trivial javascript running in the
popup window.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---