I would like to turn an html link, or what looks like one, into a submit button for a form, but I still want it to look like just a link.
I've got a form like this:
<form action=page2.php method=post>
<input type=hidden value=<?=$vnum_first?>><input type=submit value=View>
</form>
I would like to change the submit button into a link but still have it submit the form.....?
thanks-
Mike