Chris4
Elite Member
Posts: 4461 Reputation: 84
33 / /
Joined: Dec 2004
|
RE: Hey Guys Back Again
code: <form action="MAILTO:someone@someone.com" method="post" enctype="text/plain">
<h3>E-mail Form</h3>
Username:<br>
<input type="text" name="username" size="20" maxlength="20">
<br>
Message:<br>
<input type="text" name="message" size="20" maxlength="100">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Clear">
</form>
http://www.w3schools.com/html/html_forms.asp
This post was edited on 04-01-2008 at 12:12 PM by Chris4.
|
|