javascript - php/ajax browser problem -


This can be considered a browser problem, it works in Firefox but not IE or Chrome:

< P>

This posting PHP file is only outputting a number if you load it in Chrome then it loads to 99.

So the question is, I do Chrome / i.e.

this works ( In my version of Chrome) ... but the browser has been hanging for a while.

doStuff ($ {. $ Ajax ({type: 'POST', url: / Ajax_html_echo / ', data: {i: i}, success: function {$ ("p"). Html (i);}, data type: "html", async: false});} var i = 0, timerId = setInterval (function () {doStuff (); if (++ i == 10) clear interval ();}, 100);

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -