Cell 2Dee
10 Feb 2006, 09:32 PM
wassup peoples, im tryna use a mailto: script with a form but im not sure how, ive been looking on the net but ive not really understood alot, heres the form ive got
Name: <input size="10" maxlength="40" name="name" type="text"> <br>
Email Address: <input size="10" maxlength="30" name="email" type="text"><br>
Your Site: <input size="10" maxlength="30" name="yoursite" type="text"><br>
<br>
Comments: <br>
<textarea rows="5" cols="72" name="Comments"></textarea><br>
<br>
<input value="Send" type="submit"> </span></td>
now i want the information people type to be sent to my email address, but the times ive added parts to the html and tried it it's just opened up the default mail handler, can anybody help? many thanks
Name: <input size="10" maxlength="40" name="name" type="text"> <br>
Email Address: <input size="10" maxlength="30" name="email" type="text"><br>
Your Site: <input size="10" maxlength="30" name="yoursite" type="text"><br>
<br>
Comments: <br>
<textarea rows="5" cols="72" name="Comments"></textarea><br>
<br>
<input value="Send" type="submit"> </span></td>
now i want the information people type to be sent to my email address, but the times ive added parts to the html and tried it it's just opened up the default mail handler, can anybody help? many thanks