On Tue, Mar 25, 2008 at 11:10 AM, Joe Harman <[EMAIL PROTECTED]> wrote:
>  $F('greeting') = transport.responseText;

$F() is a reader only, it cannot be used as a setter. After all, it's
just a function call and you cannot assign a value to a function call
in JavaScript (to my knowledge).

Like Brian suggested, you want to assign the value using traditional means.

-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