当前位置:  开发笔记 > 编程语言 > 正文

onreadystatechange函数未被调用

如何解决《onreadystatechange函数未被调用》经验,为你挑选了1个好方法。

出于某种原因,在异步模式下不会调用onreadystatechange回调函数.我在同步模式下测试了帖子,并确认帖子本身工作正常(注释掉我用来检查同步模式下的帖子的测试代码).在safari和firefox最新版本中都会出现此问题.有人可以告诉我这里我做错了什么吗?谢谢.

    
    
    


    


    

    
Screename:
Score:

test

Greg.. 6

你在onreadystatechange函数中有一个错误:

alert("entered call back function. readstate value is: "+xmlHttpreadyState+". Response Text is: "+xmlHttp.responseText);

xmlHttpreadyState 应该 xmlHttp.readyState

在我修复之后,它在FF3中对我有用



1> Greg..:

你在onreadystatechange函数中有一个错误:

alert("entered call back function. readstate value is: "+xmlHttpreadyState+". Response Text is: "+xmlHttp.responseText);

xmlHttpreadyState 应该 xmlHttp.readyState

在我修复之后,它在FF3中对我有用

推荐阅读
路人甲
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有