html form won't submit on a mac?!

windows

Guest
im a bit of a novice so be gentle!<br />
<br />
i have a form that i want to send using the mailto function which works fine on a pc.<br />
however when i use a mac to do this it says "A connection failure has occured"?!<br />
<br />
<br />
<FORM ACTION="mailto:MYEMAILADDRESS?SUBJECT=Work Experience" METHOD="POST" ENCTYPE="text/plain"><br />
<br />
im a major rush to get this done so i would appreciate any help or alternatives.<!--content-->i dont know the code to help you myself but after a quick search on google i think i found something that might be of help to you<br />
<br />
<!-- m --><a class="postlink" href="http://javascript.about.com/cs/formscripts/">http://javascript.about.com/cs/formscripts/</a><!-- m --><br />
<br />
and also this<br />
<br />
<!-- m --><a class="postlink" href="http://groups.yahoo.com/group/validation/message/292">http://groups.yahoo.com/group/validation/message/292</a><!-- m --><br />
<br />
hope ive helped, Joe<!--content-->using the mailto: action is very limited and the user has to have a email client loaded and setup on the machine. if they don't then they get that message.<br />
<br />
bottom lin eis don't use the mailto: feature<!--content-->
 
Back
Top