Hi folks! I want to know, why the Ajax.Updater doesn''t accept a form to be a contanier in this function in internet explorer Thanks in advance Guilherme PS: In firefox it works fine!!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
it''s easy really. the form tag isn''t a typical element. I.E. (no pun intended) an empty form tag <form {....}></form> will not show on the page. Only the inputs show on the page. I would guess that a form tag not working as an AJAX container is probably by design. On Wed, Apr 30, 2008 at 9:39 AM, Moreira < guilherme.dealmeidamoreira-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi folks! > > I want to know, why the Ajax.Updater doesn''t accept a form to be a > contanier in this function in internet explorer > > Thanks in advance > Guilherme > > PS: In firefox it works fine!!! > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ok, make sense!!!! I''m using a replace function called in the onComplete function!! But IE sucks!!!(of course it''s my opnion) See ya! PS: Sorry for my bad english! On 30 abr, 11:28, "Brian Williams" <brianw1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> it''s easy really. > > the form tag isn''t a typical element. > > I.E. (no pun intended) an empty form tag <form {....}></form> will not show > on the page. Only the inputs show on the page. > > I would guess that a form tag not working as an AJAX container is probably > by design. > > On Wed, Apr 30, 2008 at 9:39 AM, Moreira < > > guilherme.dealmeidamore...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi folks! > > > I want to know, why the Ajax.Updater doesn''t accept a form to be a > > contanier in this function in internet explorer > > > Thanks in advance > > Guilherme > > > PS: In firefox it works fine!!!--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---