what i need is if user fills all info and click send , the details the user enter should to send to my email.....
i tried to use from post but it is not working
pls help me guys
i also used javascript to check the user wheather he fill all the details
........ i need to make work the send button.....pls help me............
my code is below
<input name="name" type="text"
onchange="java script:while(''+this.value.charAt(0)==' ')
this.value=this.value.substring(1,this.value.length);" /><br>
<br />
<br />
Your Email:<br />
<input name="email" type="text"
onchange="java script:while(''+this.value.charAt(0)==' ')
this.value=this.value.substring(1,this.value.length);" />
<br /><br>
<P><br>
Any Queries ?<br>
<textarea name="text" rows=5 cols=60></textarea>
<br /><br />
<form method="post"
action="mailto:santhoshlfms@gmail.com"
enctype="text/plain">
<input name="submitbutton" type="submit" value="Click To Submit Details" />
<input type="reset" value="Reset"><p>
</form></p>
** Edit **

New Topic/Question
Reply



MultiQuote



|