Displaying 2 results from an estimated 2 matches for "updatevalues".
Did you mean:
update_values
2006 Feb 21
0
Odp: RE: Ajax reqest and http status
...9;post'',
> //evalScripts: true,
> parameters:param,
> asynchronous:true,
> onLoading:function(request) {
> Element.show(''fm-loading'')},
>
> onComplete:function(request) {
> Element.hide(''fm-loading'');
> //updateValues();
> },
> onFailure:_reportError
> }
> )
> }
>
> -----Original Message-----
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
> Gr...
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