I think I may have cured this (just before going home from work) but will need to test it some more on Monday.
What I did was to move the myMapApp = new mapApp() statement. It was near the start of a large js file amongst the variable decalarations, and now it is in a method called "init" which is run by the SVG's onload event. My guess is that due to IE's timing oddities it was firing "too soon" ....? Richard --- In [email protected], "richard_smith_ons" <[EMAIL PROTECTED]> wrote: > > Running under IE6 / ASV 3.0.3 I sometimes get the error "object > doesn't support this property or method line 69 column 2". The line is > in MapApp.js and is document.documentElement.addEventListener > ("SVGScroll",this,false); > > The problem started occuring when I upgraded the code from 0.99 to > 1.1. It only happens occasionally, and when it does it goes away on > refresh. Anyone got any ideas on this problem? > > Thanks, > > Richard > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

