Forms code
Created | Updated Jan 28, 2002
<p><FORM onsubmit="return runSubmit()" method="POST" action="addnewthread.cgi">
<INPUT id="forum" type="hidden" value="forum#"/>
<INPUT id="threadid" type="hidden" value="thread#"/>
<INPUT id="inreplyto" type="hidden" value="reply#"/>
<INPUT id="article" type="hidden" value/>
<BR/>
Subject: <INPUT id="subject" type="text" value="Subject Default Value"/><BR/>
Text: <BR/><TEXTAREA cols="50" id="body" wrap="virtual" rows="10">Text default value.</TEXTAREA><BR/>
<INPUT id="cmd" type="submit" value="Post Message"/>
<INPUT id="cmd" type="submit" value="Preview Message"/>
</FORM></p>
To find out those numbers, visit the forum and thread for the first two (they're in the url) and reply to it for the third.
Please see http://www.h2g2.com/A316216 for possible applications of this theorum.