Sending multiple Ajax queries in sequence fails in chrome and Safari?

Ok so I found the issues. The content of the form within the dialogue was submitted via another AJAX call. Hence on the onsubmit handler in the from content was serialized via jquery and then send to the AJAX.

The thing is that I had not included a return false after the AJAX call in the onsubmit handler. So for some reason on chrome and safari this would return an error status of 0 and then forward me on the page called via AJAX.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions