开发者

this error is getting when i am trying to load light box in my page?

开发者 https://www.devze.com 2023-01-10 07:22 出处:网络
link text Hi, uncaught exception: [Exception... \"Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.statusText]\" nsresult: \"0x80040111 (NS_ERROR_NOT_AVAILABLE)

link text

Hi, uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.statusText]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" locat开发者_开发知识库ion: "JS frame :: http://boxyourtvtrial.com/cakephp-hDemo/js/ajax.js :: anonymous :: line 156" data: no]

please help....

thanks


Try putting in an alert(self.xmlhttp.statusText); to see what it is getting. I don't know what statusText is or where it is coming from as you haven't given us that bit of code.

To be honest, though, this has nothing (at the moment) to do with Cakephp, the error looks more like a system config error (like you're maybe not loading a library), and you should really try writing that sort of javascript yourself so that you can understand what is going on.

0

精彩评论

暂无评论...
验证码 换一张
取 消