名前 :

Mail :

住所:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>フォームタグでメール送信</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form action="mailto:zzz@zzz.zzz" name="form1" method="post" enctype="text/plain">
<p>名前 :
<input type="text" name="name">
</p>
<p>Mail :
<input type="text" name="mail">
</p>
<p>住所:
<input type="text" name="add">
</p>
<p>
<input type="submit" name="submit" value="送信">
<input type="reset" name="submit2" value="リセット">
</p>
</form>
</body>
</html>