Hi Simon, Try using a javascript debugger (my personal favorite is Firebug on firefox).
In this case particularly, you could tell your debugger to break on errors and then when it does use the call stack (in Firebug its displayed horizontally in the top bar) to find out in which of your function you called which Google Maps function which went wrong. From there, you should have a lot more to go on and should be able to find out what you are doing wrong. Greetings, Jasper On Oct 13, 12:55 am, Simon Chan <[email protected]> wrote: > Hello, > > I am receiving an intermittent error that reads "Line: 20 Error: > '__e3_' is null or not an object" from IE8 on the following pages: > > http://ashton.zenwebsystems.com/showhomes.aspx > > http://ashton.zenwebsystems.com/communities.aspx > > This error is not consistently raised each time I visit the pages and > I don't know how to recreate it (so I randomly click on the links > until I get the error... sometimes the back-button helps). > > I'm sure it has something to do with how I am using the API instead of > the V3 API itself. > > I would appreciate it if someone could point me in the right > direction. > > Thanks, > > Simon -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
