簡単メールフォーム
<head>〜</head>内へ <BODY>〜</BODY>内へ <form action="mailto:メールアドレス?Subject=件名" method="post" enctype="text/plain"> <div align="center"><center><table border="0"> <tr> <td><font size="2" face="MS UI Gothic">名前</font></td> <td><font size="2" face="MS UI Gothic"><input type="text" size="20" name="名前"></font></td> </tr> <tr> <td><font size="2" face="MS UI Gothic">メール</font></td> <td><font size="2" face="MS UI Gothic"><input type="text" size="20" name="Eメール"></font></td> </tr> <tr> <td><font size="2" face="MS UI Gothic">URL</font></td> <td><font size="2" face="MS UI Gothic"><input type="text" size="20" name="URL"></font></td> </tr> <tr> <td><font size="2" face="MS UI Gothic">感想は?</font></td> <td><select name="D1" size="1"> <option>コメント</option> <option>コメント</option> <option>コメント</option> <option>コメント</option> <option>コメント</option> </select></td> </tr> <tr> <td><font size="2" face="MS UI Gothic">メッセージ</font></td> <td><font size="2"><textarea name="メッセージ" rows="5" cols="20"></textarea></font></td> </tr> </table> </center></div><p align="center"><font size="2"><input type="submit" value="送信"> <input type="reset" value="リセット"></font></p> </form> 実行