<form>
<button onClick="form.action='search/';return true">SEARCH</button>
<button onClick="form.action='csv/';return true">CSV</button>
</form>
A process that changes the action of the form to the specified one when each button is clicked.
Recommended Posts