> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to