in reply to WebChat in under 100 lines of Perl
This will save the users from clicking into the text filed, they can type the messages staright away.print $c start_html (-onload => 'document.forms[0].elements["message"].focus()'), h1("Chat write");
Edit kudra, 2001-11-09 Replaced pre with code
|
|---|