Iam using an Updater function to update a block of html.  It looks
like this

              function getCloseout() {

                        var url = '<cfoutput>#closeoutAjaxEvent#</cfoutput>';
                        var myAjax = new Ajax.Updater('spotlight',url, {
                          method: 'get'
                        });
                }

This works great in Firefox but in IE6 or IE7 no updates occur.
However The onSuccess callback does fire.

Anyone run into this type of problem or have any suggestions?

Thanks

Craig Heneveld


--~--~---------~--~----~------------~-------~--~----~
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