OK I thought I was missing something, in the original scripts which fails just as spectacularly it is globally scoped.. I just threw this one together to show the result.
So I am afraid it is not that.. I will keep pressing buttons until something comes out.. On Jan 27, 3:05 pm, Rossko <[email protected]> wrote: > > If you have any code to share to show how I can predeclare the page > > object it would be greatfully received. > > Goodness, this is standar javascript scope stuff. > Yes, FF handles undeclared variables differently to IE. > I do not know it if it will address your problem entirely but it might > at least explain the differences > > var popup; > function preview(form) { > popup = window.open('... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
