📄 search.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css">
<title>my bbs</title>
<script language="JavaScript">
<!--
function checkdata() {
if( form.key.value =="") {
alert("\请输入需要搜索的用户名")
return false;
}
return true;
}
function isNumberString (InString,RefString)
{
if(InString.length==0) return (false);
for (Count=0; Count < InString.length; Count++) {
TempChar= InString.substring (Count, Count+1);
if (RefString.indexOf (TempChar, 0)==-1)
return (false);
}
return (true);
}
// -->
</script>
</head>
<body leftmargin="0" Topmargin="0" marginwidth="0" marginheight="0" background="images/greystrip.gIf">
<form method="POST" action="searchlook.asp" name=form onSubmit="return checkdata()">
<table border="1" cellspacing="0" cellpadding="0" width="581" align="center" height="10" bordercolor="#7C96B8" bordercolordark="#FFFFFF">
<TR>
<td colspan="5" height="20" background="images/mmTo.gIf" width="600" bgcolor="#7C96B8"><DIV style="FILTER: dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); WIDTH: 100%; CURSOR: hAND; POSITION: relative">
<p align="center"><font color="#336699">
用 户 搜 索</font>
</div>
</td>
</TR>
<tr>
<td>项目:<select name="biao">
<option selected>用户名</option>
<option>Email</option>
<option>密码问题</option>
</select> 数据:<input name="key" type="text"> <input type="submit" value="提交" class="Tips_bo"> <input type="reset" value="重写" class="Tips_bo"> </td>
</tr>
<tr>
<td>日期格式:2002-06-21</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -