html comment box comments not working?

Shane Hughes

New member
ok i am working on a comment box i will paste the code "<body>
<form id="form1" name="form1" method="post" action="">
<p>*</p>
<p>*</p>
<p>*</p>
<p>*</p>

<p>*</p>
<p>*</p>
<p>*</p>
<p>*</p>
<p>username
<input type="text" name="username" id="username" />
</p>
<p>
<textarea name="comment" cols="60" rows="5" id="comment"></textarea>

</p>
<p>
<input type="submit" name="comment2" id="comment2" value="comment" />
</p>
</form>
</html>
------
but when i test it it does not work when i hit submit if some one can help me that would be awesome the comments just arnt showing :(
 
Back
Top