Is it possible to submit a form using a link, instead of a submit button?
Alcohol & calculus don't mix. Never drink & derive.
sure... Code: <form name="frmMain" method="GET" action="someSortOfCGIorWhatNot.asp"> <a href="javascript:frmMain.submit()">Click here!</a> </form> the link doesn't really need to be within the form tags, but I thought it looked nicer
<form name="frmMain" method="GET" action="someSortOfCGIorWhatNot.asp"> <a href="javascript:frmMain.submit()">Click here!</a> </form>
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
Cheers mate
Forum Rules