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

Record User Name in a default Email

Status
Not open for further replies.

soonkhoo

Programmer
Dec 8, 2000
133
MY
Hi... I have a form

<form name=&quot;form&quot; method=&quot;post&quot; action=&quot;mailto:sombody@somewhere.com?SUBJECT=Results&quot; enctype=&quot;text/plain&quot;
onSubmit=&quot;document.form.action+='&cc='+document.form.email.value;return true;&quot;>
<div align=&quot;center&quot;>
<input type=submit value=&quot;See Results&quot; onclick=&quot;results()&quot;>
<input type=hidden name=&quot;Code&quot; value=&quot;FAIL&quot;>
</div>
</form>

this form is a page where a user will click on the submit button to see their results at the same time send the score thru a default email. But my question is, when onLoad I need the user to input their names first before they could proceed any further. Anyway to get around this? Thanks.

Regards
Soon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top