search for: fooddb

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

Did you mean: food
2006 Feb 20
1
[Prototype] onSuccess Event and Ajax.Updater bug in IE
...2. var item_data = item.getElementsByTagName(''span'')[0]; 3. var pars = ''item-data='' + 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. {...
2006 Feb 21
1
RE: [Prototype] onSuccess Event and, Ajax.Updater bug in IE
....getElementsByTagName(''span'')[0]; > 3. > var pars = ''item-data='' + > 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)...