AjaxPro 和 OnTimeOut 错误
我在我的 AjaxPro 项目中遇到以下错误:
Error: this.onTimeout is not a function
Source: http://localhost:3405/ajaxpro/core.ashx
Line: 407
我知道这与 AjaxPro 的发布有关,但是你们中有人有不包含该错误的版本吗? 或者我该如何纠正? 我已经从 AjaxPro.info 下载了最新版本,但没有任何运气。
I am getting the following error on my AjaxPro project:
Error: this.onTimeout is not a function
Source: http://localhost:3405/ajaxpro/core.ashx
Line: 407
I know it is something to do with the release of AjaxPro, but does any of you have a version which doesn't contain that error? Or how can I correct it?
I have downloaded the latest version from AjaxPro.info, without any luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请使用异步调用,就像在 JavaScript 中一样:
这将解决您的问题。
Please use asynchronous call, like in JavaScript:
This will solve your problem.
你可以试试这个:
http://groups.google.sc/group/ajaxpro/browse_thread/thread/ da617d3dc31d65cb
You can try this:
http://groups.google.sc/group/ajaxpro/browse_thread/thread/da617d3dc31d65cb