标签:
描述:
xmlHttpRequest 在IE下正常,在Firefox下不起作用。
原因:
xmlHttpRequest 对象的 onreadychange 不会在Firefox下执行,
解放方法:
使用 jQuery 实现 AJAX 去代替 xmlHttpRequest。
xmlHttpRequest在Firefox下不起作用?
原文地址:http://www.cnblogs.com/Keteven/p/4237605.html