www.gusucode.com > 枫的记忆个人主页程序源码程序 > downcode.com\fengdejiyizh\gtbook\search.asp

    <!-- #include file="header.asp" -->
<table width="680" height="200" border="0" align="center" cellpadding="0" cellspacing="0" class="bodybg">
  <tr>

    <td valign="top">
		<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
		<form method="post" action="index.asp" onSubmit="return Validator.Validate(this,2);">
			<tr>
				<td height="20" colspan="2">&nbsp;</td>
			</tr>
			<tr>
			  <td height="30" colspan="2" align="center">搜索留言<br>
		      <hr size="1" color="#eeeeee"></td>
		  </tr>
			<tr>
				<td width="130" height="30" align="center">关键字:</td>
			    <td><input name="sea_key" type="text" id="sea_key" size="70" dataType="Require" msg="关键字不能为空">
			    </input></td>
			</tr>
			<tr>
				<td height="30" align="center">目 标:</td>
			    <td><input type="radio" name="sea_target" value="sea_content" checked>
			      &nbsp;留言内容&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="sea_target" value="sea_name">
			      &nbsp;昵称</td>
			</tr>
			<tr>
			  <td height="50" colspan="2" align="center"><input type="submit" value="搜索" class="submitinput"></td>
		    </tr>
			<tr>
			  <td height="20" colspan="2"></td>
		  </tr>
		  </form>
	  </table>
		
    </td>

  </tr>
</table>
<script language="javascript" src="include/checkform.js"></script>