in reply to Help!
You might try this for your form definition:
<form method = "GET" action = "forum.pl">
POST will work as well, but using GET will show the parameters in the URL so you can do some quick visual debugging there. (I'm not a JavaScript guru, so that part jumped right out at me.)