English 中文(简体)
Ajax的多次询问按顺序在神学院和Safari
原标题:Sending multiple Ajax queries in sequence fails in chrome and Safari

我有一个问题,那就是,我表现出了对话的顺序,或是非洲复兴开发银行相互支持的结果。 例如。 用户将点击发送以下信息:纵火、对话公开、用户填写表格和寄送、对话封闭、形式通过日本宇宙航空研究开发机构提交,然后日本宇宙航空研究开发机构的另一处答复要么开启对话,要么向用户转移。 这一进程显示,所有浏览器都进行了第一次对话,但显示沙田和 Chrome第二次对话有误。 我确信,它正在所有浏览器中找到工作。 现在似乎失败了。 该错误功能被发射,浏览器随后将打开用于第二次非洲宇宙航空研究开发机构请求的URL。

我正在使用jquery、PHP和javascript,我从Eval(json)指挥系统开车。 此后,我重建了该法典,以归还原.。

不管怎样,错误都是对美国宇宙航空研究开发机构的错误手持的。 退还的错误非常不现实。 我的理解是,“ Chrome”是一种割裂过程,但不能肯定会如何造成这种影响,或者如果它存在于聋.中。 不管怎样,第二叫Ajax在交回的java书写器之前,在法里和神.中都失败了。 我认为,它正在所有浏览器中工作,但我不相信现在。 我花了将近半天的时间,因此,我很感谢一些援助。

The Javascript function used to run the AJAX call is as follows

function page(url){
     $.ajax({
            type: "POST",
            url: url,
            success : ajaxReturn,
            cache: false,
            dataType:  script ,
            error: function(result, status, err) {
                alert( HTTP   + result.status +   Error Encountered:   + result.statusText);
                alert(result.responseText);
                alert( status:  +status+  error:  +err);
            return;
            }
        });

}

function ajaxReturn(ret){   
    eval(ret);
    $.unblockUI();
}

这是美国宇宙航空研究开发机构的两条电话所使用的同一代码。 在某些情况下(如果以表格形式发现错误,回归法几乎完全相同)。 我已经建立了所有对话、复兴共和与民主军和相关进程的制度,迄今为止,这些对话一直都是出色的。

The messages that I get returned from the error handler are:

HTTP 0 Errpr Encountered: error

之后

<null>

当时

status:error error:

As outputted via the alert statement. Where is an empty dialogue. Hence due the fact that the same ajax functions are run and the same code is being returned Chrome and Safari are having issues with the second call. Irrespective of what is returned they are failing on the error handler and I have not idea why.

最佳回答

因此,我发现这些问题。 对话中的形式内容通过美国宇宙航空研究开发机构的另一项呼吁提交。 因此,从内容上看,提交书的投稿人通过支部被编成序号,然后送交美国宇宙航空研究开发机构。 事实是,我没有在提交书的手里发出美国宇宙航空研究开发机构的呼吁之后,列入一个虚假的回程。 因此,由于幼.和耳聋的原因,这将重新出现0的错误状况,然后把我放在通过日本宇宙航空研究开发机构发出的网页上。

任何案件都以错误的方式予以驳回。 Sweet!

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签