Displaying 1 result from an estimated 1 matches for "actav".
Did you mean:
actv
2006 Apr 27
4
Up-dates
I started working on a chat program but, I''m having this problem
chatroom.rhtml
<div id="chatroom">
</div>
<%= periodically_call_remote( :update => "chatroom",
:url => {:action => :chat },
:frequency => 2) %>
chat.rhtml
<h1><%= @chat.room %> room.</h1>