View Single Post
Old 12-21-2012, 08:02 PM   PM User | #10
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
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++) {
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS

Last edited by AndrewGSW; 12-21-2012 at 08:05 PM..
AndrewGSW is offline   Reply With Quote