首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

c00ce514异常是什么回事

2012-06-20 
c00ce514错误是什么回事消息: 由于出现错误 c00ce514 而导致此项操作无法完成。Ajax登陆模块出现了问题[解

c00ce514错误是什么回事
消息: 由于出现错误 c00ce514 而导致此项操作无法完成。
Ajax登陆模块出现了问题

[解决办法]
If your AJAX code runs smoothly on Mozilla Firefox but experiences problems when running on Internet Explorer and gives out an error: 

"Could not complete the operation due to error c00ce514"

here is what to do : just set the proper character set encoding in your requested file and try again:)
PHP Example:


header("Content-type: text/html; charset=windows-1251");

The error means that Microsoft XML Parser is having problems when parsing the AJAX response string.


热点排行