Hi!
I have a reset button on a form on an asp file, but if I press it nothing happens. This is part of the code:
<form method="GET" name="menuForm" action="TheSamePage.asp">
<table>
...
<input TYPE="reset" name="Reset" value="Reset">
</table>
<form>
I also tried putting the button outside the table, but it still doesn't work. Any ideas? Thanks.
Cheers,
alej
I have a reset button on a form on an asp file, but if I press it nothing happens. This is part of the code:
<form method="GET" name="menuForm" action="TheSamePage.asp">
<table>
...
<input TYPE="reset" name="Reset" value="Reset">
</table>
<form>
I also tried putting the button outside the table, but it still doesn't work. Any ideas? Thanks.
Cheers,
alej