search for: reportcomplete

Displaying 2 results from an estimated 2 matches for "reportcomplete".

2006 Feb 20
1
[Prototype] onSuccess Event and Ajax.Updater bug in IE
...;' + item_data.innerHTML + ''&input-text='' + input.value; 4. new Ajax.Updater(''nutrients'',''fooddb/browser/nutrients'', {method : ''get'', parameters : pars, onFailure: reportError, onComplete: reportComplete, onSuccess: reportSuccess}); 5. } 6. function reportError(request) 7. { 8. alert(''Sorry. There was an error.''); 9....
2006 Feb 21
1
RE: [Prototype] onSuccess Event and, Ajax.Updater bug in IE
...;'&input-text='' > + input.value; > 4. > new > Ajax.Updater(''nutrients'',''fooddb/browser/nutrients'', > {method : ''get'', parameters : pars, onFailure: > reportError, > onComplete: reportComplete, onSuccess: > reportSuccess}); > 5. > } > 6. > function > reportError(request) > 7. > { > 8. > > alert(''Sorry. There was an >...