Displaying 2 results from an estimated 2 matches for "infocontent".
Did you mean:
inf_content
2006 Feb 21
0
Odp: RE: Ajax reqest and http status
...nction _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'', url, {
> method:''post'',
> //evalScripts: true,
> parameters:param,
> asynchronous:true,
> onLoading:function(request) {
> Element.show(''fm-loading'')},
>
> onComplete:function(request) {
> Element.hide('...
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