gtbikerider
Technical User
I guess this isn't strictly a CF question, but how do I use hyperlinked text to submit a form. My guess is I have to use javascript along the lines of:
<form name="go" id="go" action=" method=POST>
<input type=hidden name="stuff" value="somestuff">
<a HREF="javascript:go();">submit</a>
</form>
(But that doesn't work) Can CF help?
--
John
<form name="go" id="go" action=" method=POST>
<input type=hidden name="stuff" value="somestuff">
<a HREF="javascript:go();">submit</a>
</form>
(But that doesn't work) Can CF help?
--
John