I have following code. I have included the javascript file at the top of
page. Still it is giving errors

CODE:
<p>
    <%= f.label :content %><br />
    <%= f.text_area :content, {onkeyup="strcount(1);chngcnt(1);"
onkeydown="chngcnt(1);" onblur="chngcnt(1);" onfocus="chngcnt(1);} %>
  </p>


ERROR:
compile error
/home/abc/Desktop/workspace/group_paging/app/views/messages/new.html.erb:12:
odd number list for Hash
...ount(1);chngcnt(1);" onkeydown="chngcnt(1);" onblur="chngcnt...

Please help me in calling the javascript function on following events.
Where Am I wrong ?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to