the correct HTML DOM base tags for a chat script

1 view
Skip to first unread message

ben.ha...@gmail.com

unread,
Sep 24, 2006, 7:54:51 PM9/24/06
to MochiKit
Does anyone know what the best DOM class would be for a chat mechanism?
I'm looking for the correct way to start a chat mechanism. Can it be
done with text area as a form or should I try to implement it with a
table and the DOM. Any advice?

Martyn Smith

unread,
Oct 11, 2006, 12:44:19 AM10/11/06
to MochiKit
I made a _really_ trivial chat client, wound up at about 50 lines of
javascript (using MochiKit).

my "output" was just a div with overflow: auto;

Input was a normal <input type="text">

The whole thing worked pretty well.

If you want, I could probably dig up the code and send it as an example
...

On Sep 25, 12:54 pm, "ben.hamil...@gmail.com" <ben.hamil...@gmail.com>
wrote:

Reply all
Reply to author
Forward
0 new messages