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, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
