paulbradley
Programmer
I want to send something by POST to another page but want the link to be a hyperlink not a submit button - is there a way of doing this?
Thanks.
Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<a href="#" onClick="document.myform.submit();">Send data</a>