Send mail from HTML page not asp page

Pz11 guru

New Member
I have an HTML page that I am trying to use to send mail. But it is not working properly.\[code\]<form name="htmlform" method="post" action="html_form_send.php"><table width="450px"></tr><tr> <td valign="top"> <label for="first_name">First Name *</label> </td> <td valign="top"> <input type="text" name="first_name" maxlength="50" size="30"> </td></tr><tr> <td valign="top"> <label for="telephone">Telephone Number</label> </td> <td valign="top"> <input type="text" name="telephone" maxlength="30" size="30"> </td></tr><tr> <td valign="top"> <label for="comments">Comments *</label> </td> <td valign="top"> <textarea name="comments" maxlength="1000" cols="25" rows="6"></textarea> </td></tr><tr> <td colspan="2" style="text-align:center"> <input type="submit" value="http://stackoverflow.com/questions/13826117/Submit"> </td></tr></table></form>\[/code\]
 
Back
Top