Displaying 2 results from an estimated 2 matches for "onspinneroff".
2006 Jan 16
2
Problem with AJAX not working on IE
...39;'+id+''-lg'', ''/employees/sign_permit_lg/''+id,
{asynchronous:true, evalScripts:true,
onLoading:function(request){ General.onSpinnerOn(''pm-''+id+''-sm'') },
onComplete:function(request){
General.onSpinnerOff(''pm-''+id+''-sm'');
Element.hide(''pm-''+id+''-sm'');
Effect.Appear(''pm-''+id+''-lg'');
} } );
}
}
This code works just fine on Firefox 1.5 but goes nowhere on IE. The
Ge...
2006 Mar 20
0
Re: Problem with AJAX not working on IE
...;/employees/sign_permit_lg/''+id,
> > {asynchronous:true, evalScripts:true,
> > onLoading:function(request){ General.onSpinnerOn(''pm-''+id+''-sm'')
> },
> > onComplete:function(request){
> > General.onSpinnerOff (''pm-''+id+''-sm'');
> > Element.hide(''pm-''+id+''-sm'');
> > Effect.Appear(''pm-''+id+''-lg'');
> > } } );
> > }
> > }
> >
> >...