search for: responseissuccess

Displaying 3 results from an estimated 3 matches for "responseissuccess".

2006 Feb 14
5
problem with sortable lists and IE
...var onComplete = this.options.onComplete || Prototype.emptyFunction; this.options.onComplete = (function(transport, object) { this.updateContent(); onComplete(transport, object); }).bind(this); this.request(url); }, updateContent: function() { var receiver = this.responseIsSuccess() ? this.containers.success : this.containers.failure; alert("test 1"); // this will execute var response = this.transport.responseText; // for whatever reason, the script dies at this point alert("test 2") // this will not execute if (!this.options.eval...
2005 Dec 07
0
ff 1.5 / xml status problem
Hi all, Are other people having the ff 1.5 problem with Ajax.Request.responseIsSuccess? Didn''t see any emails fly by on this so I thought I''d ask. Firefox is crashing on me when inside of that method due to the attempt to access this.transport.status. Apparently it doesn''t like doing that sometimes (as I found mentioned a few places on the web). Howe...
2005 Sep 27
8
prototype.js
Hi *, We don''t know if you guys are the right audience, but we got a problem with prototype.js we need to solve. Essentially, it is a compatibility bug with the IE. We wrote a component so it updates itself periodically using AJAX. we used the prototype.js to accomplish this (using the periodicalUpdater object). now the component works fine using firefox or opera, but NOT with IE. the