|
how do u create a submit button
here is the code to post the email
what do i need to change so the they
just type their message then it posts
when they press submit not go to their email cleint.
<form name="form1" method="POST" action="mailto:blahblahblahblah@cool.com.au" enctype="text/plain">
<input name="name" type="text" style="position:absolute;width:150px;left:442px;to p:284px;z-index:12">
<input name="subject" type="text" style="position:absolute;width:150px;left:442px;to p:315px;z-index:13">
<textarea name="message" style="position:absolute;width:200px;height:100px; left:442px;top:346px;z-index:14"></textarea>
<input name="submit" type="submit" value="submit" style="position:absolute;left:442px;top:455px;z-index:15">
</form>
|