|
以下是源代码:
//**********************************************************
<form METHOD="POST" ACTION="mailto:webmaster@okof.com?SUBJECT=访客留言"
enctype="text/plain">
<div align="center">您的姓名:<input NAME="username"
size="16"> </div>
<div align="center">您的Email: <input Name="usermail"
size="18">
<p><center><strong><font color="#0000A0">你喜欢我的主页吗?</font></strong></p>
<p align="center"><input TYPE="radio"
NAME="I_think_that" VALUE="喜欢">
喜欢!
<input TYPE="radio"
NAME="I_think_that" VALUE="还可以">
还可以吧
<input TYPE="radio" NAME="I_think_that"
VALUE="一般">
一般
<input TYPE="radio" NAME="I_think_that"
VALUE="不喜欢">
不喜欢
<input
TYPE="radio" NAME="I_think_that" VALUE="保留意见">
保留意见 </p>
</center>
<div align="center"><center><p>
<strong><font color="#0000A0">你的意见:</font></strong>
<br>
<textarea NAME="comment" ROWS="2" COLS="41">
//**********************************************************
|