<html>
<head>
<title>Form Mail</title>
<style type="text/css">
<!--
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:red; text-decoration:underline;}
a:active {color:white; text-decoration:none;}
-->
</style>

</head>

<body bgcolor="#F1F1F1" text="#000000">
<h3>ご感想をどうぞ。</h3>
<form action="./postmail.cgi" method="POST">
<input type=hidden name="need" value="email 性別 ページ">
おなまえ<br><input type=text name="name" size=35><br>
メールアドレス<br><input type=text name="email" size=35><br><br>
性別<br>
<input type=radio name="性別" value="男">男
<input type=radio name="性別" value="女">女
<P>
面白かったページ<br>
<input type=checkbox name="ページ" value="自己紹介">自己紹介
<input type=checkbox name="ページ" value="趣味">趣味
<input type=checkbox name="ページ" value="日記">日記
<input type=checkbox name="ページ" value="写真">写真
<input type=checkbox name="ページ" value="コンピュータ">コンピュータ
<input type=checkbox name="ページ" value="ネットワーク">ネットワーク
<P>
メッセージ<br>
<textarea name="メッセージ" rows=6 cols=50 wrap=soft></textarea><br>
<input type=checkbox name=cc value="1" checked>控えを送る（送信元へ写しを送信）
<br><br>
<input type=submit value="送信する"><input type=reset value="リセット">
</form>
</body>
</html>
