views:

154

answers:

1

The main error shown in IE is : ' Could not complete the operation due to error 80020101.' The error is displayed when the ExtJS framework tries to load a page containing a Ext grid component through an ajax request.

It works without problems in Firefox and Chrome.

Another error which is shown by IE is 'Expected identifier, string or number' which points to the line containing HTML inline style definition which is perfectly valid. I am not sure why this error is shown. I feel IE is pointing this error to the wrong place.

Could anyone please help me out on this?

A: 

"Could not complete the operation" errors in IE are usually caused by trying to modify the DOM before it is ready.

Move the JS so it fires in (for example) the onload event, or a JS library's ondomready event.

David Dorward
Thanks David, we are still not able to debug the error,Here are the details, please let me know if you think of something.Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; eSobiSubscriber 2.0.4.16; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2; AskTB5.6)Timestamp: Wed, 28 Apr 2010 08:59:42 UTCMessage: Syntax errorLine: 1Char: 1Code: 0
Parkal Suhas Kamath
Parkal Suhas Kamath
Parkal Suhas Kamath
It would be great if you could share your email address and I can send you the details, as I am not able to paste the entire error message in 1 comment.
Parkal Suhas Kamath
You can edit the original question to add more details (including images).
David Dorward