只有从firebug重新发送时,Ajax才有效

时间:2012-11-05 16:43:22

标签: php jquery ajax firebug

$.post(
    "ajax.php",
    { action_do:"Register" },
    function(data,status){
        alert(data);
    }
);

从页面test.php提交表单时调用此脚本。 ajax.php只是回应一些文字。

来自firebug的响应体指的是test.asp ???

如果我右键单击firebug中的重新发送,则ajax调用有效,而响应正文是来自ajax.php的文本

我很困惑。

0 个答案:

没有答案