📄 personfind.asp
字号:
<%response.expires=0%>
<!--#include file="asp/bgsub.asp"-->
<!--#include file="asp/opendb.asp"-->
<%
oabusyusername=request.cookies("oabusyusername")
oabusyuserid=request.cookies("oabusyuserid")
if oabusyusername="" then
response.write("<script language=""javascript"">")
response.write("window.top.location.href='default.asp';")
response.write("</script>")
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>个人通讯录查询</title>
<link rel="stylesheet" type="text/css" href="css/css.css">
<script language="javascript">
function checkform()
{
var xm,xb,dw,zw,dzyj;
xm=document.form1.xm.value;
xb=document.form1.xb.value;
dw=document.form1.dw.value;
zw=document.form1.zw.value;
dzyj=document.form1.dzyj.value;
if (xm=="" && xb=="" && dw=="" && zw=="" && dzyj=="")
{
alert("请至少输入一个查询条件!");
return (false);
}
return (true);
}
</script>
</head>
<body bgcolor="#ffffff" topmargin="5" leftmargin="5">
<table border="0" width="100%">
<tr><td>
<p align="center"><b>个人通讯录查询</b> <input type="button" value="返回" onclick="location.href='person_notebook.asp';"></p>
</td></tr>
</table>
<%
%>
<form method="POST" action="personfindresult.asp" name="form1" onsubmit="return checkform();">
<div align="center">
<center>
<table border="1" width="400" cellpadding="5" cellspacing="0" bordercolorlight="#808080" bordercolordark="#D4D0C8">
<tr>
<td width="76" bgcolor="#EFEFEF" height="25" align="center">姓
名:</td>
<td width="268" height="25"><input type="text" name="xm" size="33"></td>
</tr>
<tr>
<td width="76" bgcolor="#EFEFEF" height="25" align="center">性
别:</td>
<td width="268" height="25"><select size="1" name="xb">
<option selected value="">请选择</option>
<option value="男">男</option>
<option value="女">女</option>
</select></td>
</tr>
<tr>
<td width="76" bgcolor="#EFEFEF" height="25" align="center">单
位:</td>
<td width="268" height="25"><input type="text" name="dw" size="33"></td>
</tr>
<tr>
<td width="76" bgcolor="#EFEFEF" height="25" align="center">职
务:</td>
<td width="268" height="25"><input type="text" name="zw" size="33"></td>
</tr>
<tr>
<td width="76" bgcolor="#EFEFEF" height="25" align="center">电子邮件:</td>
<td width="268" height="25"><input type="text" name="dzyj" size="33"></td>
</tr>
</table>
</center>
</div>
<p align="center"><input type="submit" value=" 查 询 " name="submit"></p>
</form>
<%
%>
<div align="center">
<center>
<table>
<tr>
<td height=19>
<table border="0" cellpadding="0" cellspacing="0" width="610" height="19">
<tr>
<td width="100%" height=20><p align="center"><font color="#808080">IE37 © <a href="http://www.ie37.com" target="_blank">IE37.com</a></font></td>
</tr>
</table>
</td>
</tr>
<%
%>
</table>
</center>
</div>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -