Thought I would report a bug.
I am using Opera 2.5 and prototype 1.6.0.2
It seems that if you refer directly to a form by using
document.formname then the request function doesn''t work.
EX -- document.formname.request( {onComplete: function(res)
{ alert(''done'') } } );
If you refer to the form using this syntax $
("formname").request(...); then it works
EX -- $(formname).request( {onComplete: function(res)
{ alert(''done'') } } );
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---