Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using a link instead of a submit button?

Status
Not open for further replies.

Stevoie

Programmer
Jun 7, 2001
68
IE
is it possible to have a link activate a form like a submit button does?
Code:
<form method=post>
<input type=text name=...>
<input type=??? value=<a href=url>go</a> name=blah>
</form>
thanx in advance
Stevo
 
try this
<a href=&quot;javascript:document.theForm.submit();&quot;>Submit</a>
I help at your own risk, if I brake it sorry! But if I fixed it, let me know with a
star.gif
[thumbsup2]
admin@onpntwebdesigns.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top