HTML ASP form! Submit form using post email method?

helppppp!!

New member
I need to be able to submit a html form using asp. I want the form to send itself, or parameters, via email to a given email address (or even just post it on a page I can access).

(I have IIS7)...

Can anyone help me. I just need some code that I can copy and paste for the following form (for example)

<form method="post" action="website.asp"
Name: <input type="text" name="Name">
<input type="submit" value="submit">
</form>

It doesn't necessarily have to use post method, or asp, or even email... I just need to be able to receive the information somehow, and as long as it is relatively easy to understand.

Thanks in advance.
 
Back
Top