On Thu, Jun 26, 2008 at 1:53 PM, Chris S <[EMAIL PROTECTED]> wrote:
> finalizing() basically changes the button text and disables the button
> while the form is submitting. Works as expected in FF, but in Opera

If you disable a submit button before the form onsubmit event actually
fires, the form will not submit in IE and apparently, Opera. You need
to disable the submit button *after* the form onsubmit event has
occurred. This is typically achieved by adding an onStart() handler to
your Ajax request.

-justin

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
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