This may be an easy question but here it is, “I created a Employee Comment/Suggestion Box on a site. I would like all the answers to go to a site that only the Department/Section Chief can read. I put a text box and two buttons (Submit Query and Reset). Here is the code; I just can’t remember the code to have the Submit button to work.” Hope someone can help
<center><table>
<tr>
<td><font color="blue"><b>Employee Comment/Suggestion Box:</b></font></td>
</tr>
<tr>
<td><textarea name="comments" rows="5" cols="80" id="comments"></textarea></td>
</tr>
<tr>
<td><font color="blue"><b>
(Note: All comments and/or suggestions will be reviewed by the Chief, DOCN)
</b></font></td>
</tr>
<tr>
<td><input type="submit" /><input type="reset" /></td>
</tr>
</table></center>