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

submit button to email

Status
Not open for further replies.

sle2002

Technical User
Jul 16, 2001
79
US
I have created a button in photoshop that i am using as my submit button. But i don't know how to make the form that the user fills out submit to an email address.

I need some code that will keep my image as the submit button and also make the form mailto a person.

Here is the code that is in there right now that grabs the image.

<input name=&quot;submit&quot; type=&quot;image&quot; id=&quot;submit&quot; src=&quot;images/submit_07.gif&quot; alt=&quot;submit&quot; border=&quot;0&quot;>

thanks.
susie
 
sle2002, this might help:

<form name=&quot;someName&quot; action=&quot;mailto:email@address.com&quot; method=&quot;post&quot;>
name: <input type=&quot;text&quot;>
<br>
<input name=&quot;submit&quot; type=&quot;image&quot; id=&quot;submit&quot; src=&quot;images/submit_07.gif&quot; alt=&quot;submit&quot; border=&quot;0&quot;>
</form>


I have this little thing, Advanced Delusionary Schizophrenia with Involuntary Narcissistic Rage. It's no big deal really...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top