Topic: IE and FF
When I run a script (without Debugging set to true), the script works fine in both FF and IE .. Just that it takes ages to execute in IE while its quick in FF
When I set the Debugging to True, the execution time is still slower in IE but an error is shown in IE as well as FF.
FF shows :
Error: _objectToXml: NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIDOM3Document.domConfig]
and
Error: _objectToXml: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLInputElement.selectionStart]
while
IE shows :
Error: _objectToXml: Error: Unspecified
It would be of great help if somebody could throw a light on what the cause of these errors are.