How do I make hyperlinks act as the submit button of a form as well as the value of the name value pair?
Need the three "Options" to be hyperlinks that submit the "choice" form. When submitted, I would like the value to be the text of the option selected (i.e. value=Option1, Option2 orOption3) and all three to have the same name. (i.e. name = Options) How do I make the 3 options inputs and submit on click?
Any help is appreciated.
<form action="cgi.exe" method=POST name="choice">
<tbody>
<tr>
<td>Option1</td>
<td>Option2</td>
<td>Option3</td>
</tr>
</tbody>
</form>
[1]: http://doctype.com/use-hyper-link-texts-instead-buttons-post-forms