I have an HTML document that is using to embed a control. In some cases, IE fails to load the control in the tag and loads my alternative text.
Only problem... I don't know why it is failing. It doesn't show up as an error in the exclamation in the lower-left. I overrode the window.onerror
method, but that didn't get fired. I see nothing in the event log.
How do I get any type of feedback to figure out what my problem is? Can IE go into a "verbose mode"? Is there some magic error log somewhere telling me why my object isn't loading into IE?
Thanks, Brian