I made the clear button like you described below.
Code:
<INPUT type="reset" value="Clear" >
It works when write text in an input field and then select the clear button clear the inputed text.
If a search is submitted and I click on the "clear button" the text in the input field doesnt clear. How can I get that to clear?