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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Submitting form data with textual links

Status
Not open for further replies.

Sensibilium

Programmer
Apr 6, 2000
310
GB
Quick question...

Would it be possible to submit form data by using a text link instead of a submit button?

ahdkaw
ahdkaw@ots.zzn.com
'If anythign can go wrong, it will'
 
Yep! Try to do the following:

<form name=&quot;MyForm&quot; method=&quot;post&quot;>
<input type=&quot;text&quot; name=&quot;MyText&quot;>
</form>
<a href=&quot;javascript:document.MyForm.submit()&quot;>Submit Form!</a> <webguru>iqof188</webguru>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top