Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q219 Is it possible to submit a form with a mailto: action?

irt.org | Knowledge Base | JavaScript | Email | Q219 [ previous next ]

Q219 Is it possible to submit a form with a mailto: action?

<form action="mailto:someone@somewhere.com" name="myForm">
<input type="submit" name="mySubmit">
</form>

<script language="JavaScript"><!--
document.myForm.mySubmit.click();
//--></script>

Note, Internet Explorer does not support mailto: within forms.

Feedback on 'Q219 Is it possible to submit a form with a mailto: action?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.