<INPUT class=bginput accessKey=s tabIndex=2 type=submit value="Submit Reply" name=submit>
If your submit button isn't working, this is where the error would be.
Try putting "'s in that line and keeping them all lowercase so they are read the same so it should look like this:
<input class="bginput" accesskey="s" tabindex="2" type="submit" value="Submit Reply" name="submit">
|