I'm using Ext.js and got the same problem for a script running in the
Ext.onReady function call which is supposed to run before the onload event.
I just put the following line before the definition of that function and I
didn't get the error anymore.

document.namespaces;
Ext.onReady(.....);


-- 
View this message in context: 
http://www.nabble.com/Problem-in-Internet-Explorer-tf4423911.html#a13729113
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to