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

Submit a FORM with a graphic or Link

Status
Not open for further replies.

Knexo10

IS-IT--Management
Feb 12, 2002
20
0
0
AU
I would love to know if you can Submit a Form by clicking on a link.

If you can, could someone please post Some code here that shows how to do this.

Thanks
 
<input type=&quot;image&quot; src=&quot;images/searchbtn.jpg&quot;>

Use in place of a submit. DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
you can submit using many different objects with the addition of a event and the submit() funtion
example
<a href=&quot;#&quot; onClick=&quot;document.formnmae.submit()&quot;>submit</a>
where onClick is the event and then the form name population and javascripts built in function submit()

some events and objects don't like functions like this but most will let you get away with it with a little creativity I dare to learn more
admin@onpntwebdesigns.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top