The timer-interval is no longer being cleared, because
that.Limit is no longer defined(?).
If I can get this working then I could also disable the progress element in some way(?).
Added: ignore me again please:
Code:
MultiAjax.prototype = {
Go: function () {
var i = 0, that = this, mx = that.Pages.length;
that.Limit = mx;
for (;i < mx; i++) {