When you get the IE error message “Object doesn’t support this property or method”, how do you figure out what “Object” is? Is it always the same thing? If not, is there a way to use the diagnostic tools or the console to figure out what it is?
When you get the IE error message Object doesn’t support this property or method,
Share
To get at IE’s debugging information, you have to enable script debugging:
http://msdn.microsoft.com/en-us/library/ms241741%28v=vs.80%29.aspx
If you have IE 8 or above, you can use their developer tools to debug:
http://msdn.microsoft.com/en-us/library/dd565625%28v=vs.85%29.aspx