lilrobson
10-06-2002, 07:48 PM
Okay, I just tested out my forms not to long ago. It sent it and all but it came up with a message in my inbox that said "Error Reading Message or message with NULL body!!" I've included the code below. Maybe I just have something completely wrong, please help!
<form name="myform" action="mailto:Kat@wadejrobson.net" method="post"> <input type="Text" style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" value="name :" size="30">
<input type="Text" style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" value="http://" size="30">
<input type="Text" style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" value="hometown :" size="30">
<textarea style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" cols="30" rows="5">message, etc. :</textarea>
<input type="submit" name="submit" style="color: #000000; font: 10px Verdana; border:1pt solid; background: transparent; color:#000000;" value="dance this way"></form>
<form name="myform" action="mailto:Kat@wadejrobson.net" method="post"> <input type="Text" style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" value="name :" size="30">
<input type="Text" style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" value="http://" size="30">
<input type="Text" style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" value="hometown :" size="30">
<textarea style="color: #000000; font: 9px Verdana; background-color: transparent; border-width: 1; border-color: #000000; border-style: solid;" width="70" cols="30" rows="5">message, etc. :</textarea>
<input type="submit" name="submit" style="color: #000000; font: 10px Verdana; border:1pt solid; background: transparent; color:#000000;" value="dance this way"></form>