M
Matt
i need to implement a clear button to clear all the fields in the
form,
but i am thinking i can just use reset button.
<input type="reset" name="reset" value="CLEAR">
The first thought is that if there is default value reset and clear
will become different.
My understanding is that reset means to restore the original page
before
any edits by the user.
It seems like I can use reset button to implement clear javascript
button.
Please advise. Thanks!!
form,
but i am thinking i can just use reset button.
<input type="reset" name="reset" value="CLEAR">
The first thought is that if there is default value reset and clear
will become different.
My understanding is that reset means to restore the original page
before
any edits by the user.
It seems like I can use reset button to implement clear javascript
button.
Please advise. Thanks!!