recently i encountered error object doesn't support this property or method when i try to run page on ie6 and firefox show nothing on page without showing error(white screen),when debugged through visual studio i got to code line
where doremove shows error in ie6 , i am not understand reason behind error , can anybody help me,Code:{f=true;var l=Ext.lib.Event;if(Ext.isIE){l.doRemove(window,"load",l._load)}}
thank you,