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