Change quantities page to have a dedicated reset button
This commit is contained in:
parent
ba9bef5c8f
commit
fa1361e13f
@ -4,8 +4,9 @@
|
|||||||
<form action="./quantities">
|
<form action="./quantities">
|
||||||
<input type="text" placeholder="Location" name="location" />
|
<input type="text" placeholder="Location" name="location" />
|
||||||
<input type="submit" />
|
<input type="submit" />
|
||||||
|
<br>
|
||||||
|
<input type="reset" value="Reset" onclick="parent.location='./quantities'" />
|
||||||
</form>
|
</form>
|
||||||
<a href="./quantities">Clear Search</a>
|
|
||||||
<table border=1>
|
<table border=1>
|
||||||
<tr>
|
<tr>
|
||||||
<th>UPC</th>
|
<th>UPC</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user