Thread: Email Problem
View Single Post
  #2 (permalink)  
Old 10-14-2008, 10:43 AM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 492
DaveSawers RepRank 3DaveSawers RepRank 3
Default Re: Email Problem

Do you mean you want the image to be the submit button for the form and it's the form that composes/sends the email?

If so, just use a link round the image:

<a href="Javascript:document.Forms[0].submit()"><img ... /></a>
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote