Web Hosting Talk







View Full Version : Need urgent AJAX help!


w3bdesign
11-23-2006, 03:55 PM
I am experimenting with what I thought would be a simple PHP script utilizing AJAX. For a while, everything worked like they should.

Then, all of a sudden, I get this Javascript error:
"Could not complete the operation due to error c00ce514"

Googling this error gave me no intelligent answer. I also know that the problem isn't in the source code. Please help me out.

arkin
11-26-2006, 04:18 AM
It would help if you pasted the code.

Xeentech
11-26-2006, 01:54 PM
Is it the same error on all browsers or is that message browser specific?

w3bdesign
11-26-2006, 06:35 PM
I currently only see it in IE7, not in Firefox. How come AJAX won't work properly in IE7?

WO-Jacob
11-26-2006, 09:45 PM
I currently only see it in IE7, not in Firefox. How come AJAX won't work properly in IE7?
I'd be happy to guess at that, but we need not start YAIEVFFD . :)

foobic
11-26-2006, 11:28 PM
Well Googling the error code points to msxml3.dll - the Microsoft XML Parser. So at a guess, either you're feeding it invalid xml or it's choking on your valid xml - both are possible ;)

GamePhreak
11-27-2006, 02:06 PM
Post the code... I use Ajax all the time on IE 7 with no problems.