Firefox下AJAX0×80040111错误的解决方法
做AJAX的时候,在IE下调试一切正常,而到了Firefox下,问题就出来了,当我修改input中值的时候,调试台中显示:
1 2 3 4 5 6 7 | 错误: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://localhost:8080/jk/inc/ajaxreg.js :: handleRequestStateChang e_code :: line 196"data: no] 源文件:http://localhost:8080/jk/inc/ajaxreg.js 行:196 |
