Probably where I am needing to go? The script fails with the page partially loaded and the url shows http://www.shieldadvanced.ca/ ... Firefox shows the url as being http://www.shieldadvanced.ca/formtest.php!
The fact that it works in FF is where I get lost? if the object is undeclared as you mention, does FF predeclare the object for me if its not already done? If you have any code to share to show how I can predeclare the page object it would be greatfully received. Thanks for the responses... On Jan 27, 2:40 pm, Rossko <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
