search for: sign_permit_lg

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

2006 Jan 16
2
Problem with AJAX not working on IE
I''m having a problem making this code to work on IE: var Permit = { // Expand permit information onMore: function(id) { new Ajax.Updater(''pm-''+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'');...
2006 Mar 20
0
Re: Problem with AJAX not working on IE
...> > I''m having a problem making this code to work on IE: > > > > var Permit = { > > // Expand permit information > > onMore: function(id) { > > new Ajax.Updater(''pm-''+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...