I am having issues with a call to the Google API which causes IE7 to
lock up totally yet the code works perfectly on Firefox.
I have tracked down the issue but have no idea how to fix it.
I am using a popup window to display the map alongside other form
data. I build the popup using the following line code.
e_popup = window.open('
','EventPreview','height=600,width=600,scrollbars=1,resize=1');
This works fine as I have said in FF etc but not IE?
However if I replace with the following
e_popup = window.open
('sbme.php','EventPreview','height=600,width=600,scrollbars=1,resize=1');
which happens to be the page I call the popup from IE7 doesn't lock up
but it does add the content of the sbme.php page to the bottom??? FF
etc still work as expected and dont show the sbme.php page at the
bottom???
The reason I found this problem was I checked the page properties for
FF and IE, IE would show a page url of http://www.testsite.local/Events/
but FF etc show a url of http://www.testsite.local/Events/sbme.php...
I think the GoogleAPI is returning information back to the browser
page using the url, if IE7 is not adding it to the page this could be
the problem?
If I remove all of the calls to the GoogleAPI and remove the sbme.php
from the window.open() call, the page will show in IE7 correctly
without the sbme.php showing in the url.
So my question is how can I get over this? Somehow IE7 builds the new
page without a full url? I assume the GoogleAPI is trying to send
information back to the page and hangs because the page is not there?
IE7 in turn hangs because it is waiting for the return from the
GoogleAPI???
Hope someone can help me unravel this..
Chris,....
I would add a link to the url but its on an internal server, providing
all of the code doesn't seem appropriate either because it uses the
same code from the examples, but builds the page via a popup using
document.writeln()...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---