DougEdey
2008-Mar-03 11:05 UTC
Ajax.updater updates to an empty box in internet explorer, works fine in firefox
I''ve been arguing with this code for over a month now and I cannot work out why it''s not working. The updater code works fine on Opera and FF. 105 function ajaxUpdater(id,url) { 106 new Ajax.Updater(id,url, {method:''get'', evalScripts:true}); 107 } That''s the entire function code and it''s called to the div: 171 <!-- Centre Content --!> 172 <div class=''centre''> 173 <div id =''centreContent'' class=''centre''> 174 Please wait, loading... 175 </div> 176 <br /> 177 </div> But it will clear the "Please wait, loading.." text and leave it as blank. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Walter Lee Davis
2008-Mar-03 13:46 UTC
Re: Ajax.updater updates to an empty box in internet explorer, works fine in firefox
On Mar 3, 2008, at 6:05 AM, DougEdey wrote:> > I''ve been arguing with this code for over a month now and I cannot > work out why it''s not working. The updater code works fine on Opera > and FF. > > [snip] > But it will clear the "Please wait, loading.." text and leave it as > blank. > --~--~---------~--~----~------------~-------~--~----~What do you see in Firebug? Perhaps you are getting nothing back, in which case this is the correct response that you are seeing. Walter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---