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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to