[SOLVED]buttons as links?
Posted: Wed Jun 29, 2005 10:29 pm
Is there anyway to make a submit button as a link?
Please help
Please help
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href='javascript: frm.submit()'>Submit This Form</a>Code: Select all
<a href="javascript: document.frm.submit(frm1)">Submit This Form</a>Code: Select all
<input name="e;"e; type="e;button"e; onClick="e;document.location='pizza.html'"e;/>Code: Select all
<form method="e;get"e; action="e;url to link"e;>
<input type="e;submit"e; name="e;link"e; value="e;somevalue"e;/>
</form>