- Impact
- 0
I use IIS5.0 and .asp for my web site and all is working quite happily. I use a submit function for a number of forms and actions. On the submit email form, the details are sent correctly to the destination addresses. I would like a small window/message to appear after the submit button is pressed to let the user know it has been sent. Currently I get up to 10 emails of the same thing as the user does not know the submit is working OK. Thanks for any help...
Regards
Keith the newbie.
Code I am using is below
<FORM Action="mailto:xxxxxxxx" ENCTYPE="text/plain">
<Br>Subject:
<INPUT name="Subject" value="Please Contact Me">
<Br>Details:
<TEXTAREA name=" ">
Please enter your contact details
</TEXTAREA>
<BR>
<INPUT type="submit" value="Submit">
</FORM>
Regards
Keith the newbie.
Code I am using is below
<FORM Action="mailto:xxxxxxxx" ENCTYPE="text/plain">
<Br>Subject:
<INPUT name="Subject" value="Please Contact Me">
<Br>Details:
<TEXTAREA name=" ">
Please enter your contact details
</TEXTAREA>
<BR>
<INPUT type="submit" value="Submit">
</FORM>




