in reply to WebChat in under 100 lines of Perl

How about
print $c start_html (-onload => 'document.forms[0].elements["message"].focus()'), h1("Chat write");
This will save the users from clicking into the text filed, they can type the messages staright away.
/Alex

Edit kudra, 2001-11-09 Replaced pre with code