location.href=url;
form.onsubmit=null;
(These are roughly lines 259 and 261.) You can comment out code using "//".
form.submission.value=url;
< tr>
< td align="right" nowrap class="bodywhite">Password:< /td>
< td align="right">< input name="passwd" size="17" value="" type="password">< /td>
< /tr>
(this will be roughly around lines 456-459) add the following code:
< tr>
< td align="right" nowrap class="bodywhite">Submitted value:< /td>
< td align="right">< textarea width="100%" height="400px" name="submission" wrap="logical" rows="10" cols="80">< /textarea>< /td>
< /tr>
< tr>
< td colspan="2" align="right" nowrap class="bodywhite">< input type="reset" value="Reset values" name="reset1">< /td>
< /tr>