From: takaoueda@... Date: 2004-11-25T21:58:02+09:00 Subject: Re: Ruby+Tk+HTML Example We can also use TkText to display the client's message on the server's screen as <%txt=TkText.new.pack%> <%txt.insert('end', content)%> Takao