Cmrdrv
08-21-03, 04:14 PM
how do i mail a form with out a message box popping up saying your about to mail this to such and such. Heres my code right now
<form name="form1" method="post" action="mailto:cmrdrv@hotmail.com"><br>
<input type="text" name="textfield"><br><br>
<input type="text" name="textfield2"><br><br>
<input type="text" name="textfield3"><br><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="reset">
</form>
<form name="form1" method="post" action="mailto:cmrdrv@hotmail.com"><br>
<input type="text" name="textfield"><br><br>
<input type="text" name="textfield2"><br><br>
<input type="text" name="textfield3"><br><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="reset">
</form>