Hi, I'm relatively new to JavaScript and I am trying to take a map generated with the API and display it in a Java application via an embedded browser window. For this, I am using JExplorer, which is located here: http://www.teamdev.com/jexplorer/index.jsf It allows you to embed an Internet Explorer window into a Java application (so it's on Windows, naturally. I'm using v1.9.1 in Java 1.4.2, which is not my choice wither)
The problem that I'm having is that when trying to load the page with my map on, a JavaScript error occasionally and randomly appears with the following message: ---------------------------- A Runtime Error has occurred. Do you wish to debug? Line: 1 Error: Not implemented ---------------------------- Using a debugger highlights a section of code in the API: if (window.external && window.external.pageT) And on inspection, the value of window.external is indeed "Not implemented". Refreshing the map page causes the map to load normally again though, until the next time that the error randomly appears. This error even happens when I create a page that includes the Maps API and nothing else. However, it only ever happens within the embedded browser, it never happens when the map page is loaded in a normal browser, and I've tried Firefox 3, Internet Explorer 6&7 and Opera 9. However, the embedded browser loads pages from other web sites just fine. This error happens with any data (as the error occurs before it reaches my code) Does anyone have an idea what could be causing this? It's hard to work out if it's a problem with the API or the browser or a combination of both resulting in some incompatibility, or something else... The map I am using is here: http://antmangx.googlepages.com/googlemaps.html Although as I stated, the error happens even when I don't create a map and simply include the API, so it might not be that relevant. Thanks -Antony --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
