Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2069 Is there a way to get an image to act as a button to send a form?

You are here: irt.org | FAQ | HTML | Q2069 [ previous next ]

Yes. Once you have an image, use this as your send button code:

<INPUT TYPE="image" SRC="button.gif" BORDER="0">

As long as this is inside the begin and end <FORM> commands, it will execute the form's mailto: activity.

©2018 Martin Webb