问题描述
我将代码放在主机上出现如下错误。IE下没有问题,只在Firefox下有问题本地环境没有问题,只在托管主机上有问题。页面流程是:在页面onReadonly后,会调用AJAX: http://www.changyou.info/main?module=daily&service=homeDetail&action=getRows来取页面的一些信息。感觉Firefox不支持second POST。也许是一个BUG吧。不知道该怎样处理。Firebug needs to POST to the server to get this information for url:http://www.changyou.info/main?module=daily&service=homeDetail&action=getRowsThis second POST can interfere with some sites. If you want to send the POST again, open a new tab in Firefox, use URL "about:config", set boolean value "extensions.firebug.allowDoublePost" to trueThis value is reset every time you restart Firefox This problem will disappear when https://bugzilla.mozilla.org/show_bug.cgi?id=430155 is shipped.
解决方案
FF3.01是没有问题的,建议你把FIREBUG的提交前提交后的截图发上来看看.同时把你的AJAX的提交方式全改为GET,再试试.
解决方案二:
这不是错误吧,是前几天Firebug 的某个版本升级以后,出现的提示。以前是默认直接显示ajax返回的response。现在需要配置一下。