search for: _updatefileinfo

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

2006 Feb 21
0
Odp: RE: Ajax reqest and http status
...tus 200!!! So what I''m doing wrong? Or maybe this is a correct status because AJax call return html - not from url that wass calling but return html properly. Dnia 21-02-2006 o godz. 12:14 Marco M. Jaeger napisaƂ(a): > You should be able to do something like this: > > function _updateFileInfo(id,i) { > var rand = parseInt(Math.random()*99999999); // chache buster > var url = ''./scripts/getInfo.php''; > var param = ''id='' + id + > ''&i='' + i; > var ajax = new Ajax.Updater(''fm-infoContent'',...
2006 Feb 21
2
Ajax reqest and http status
Hi all. I ''m using Ajax request on my site and i need to show some message wneh AJAX call is running, (sometimes it happen so slow). I find that object AJAX.RESPOND is very usefull here, but sometimes when i need to do AJAX CALL my ajax call is redirect and i want to when it happen, is there way to find status of ajax call? i don''t know where I can find this property in