⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 personfind.asp

📁 红金羚v1.5办公自动化软件是基于大型数据库系统开发的应用系统
💻 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">
<% call bghead() %>
<table border="0" width="100%">
<tr><td>
<p align="center"><b>个人通讯录查询</b>&nbsp;&nbsp;<input type="button" value="返回" onclick="location.href='person_notebook.asp';"></p>
</td></tr>
</table>
<%
call bgmid()
%>
<form method="POST" action="personfindresult.asp" name="form1" onsubmit="return checkform();">
  <div align="center">
    <center>
    <table border="1" width="350" cellpadding="0" cellspacing="0" bordercolorlight="#C0C0C0" bordercolordark="#FFFFFF">
      <tr>
        <td width="76" bgcolor="#EFEFEF" height="25" align="center">姓&nbsp;&nbsp;&nbsp; 
          名:</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">性&nbsp;&nbsp;&nbsp; 
          别:</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">单&nbsp;&nbsp;&nbsp; 
          位:</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">职&nbsp;&nbsp;&nbsp; 
          务:</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>
<%
%>
         </td>
            
          <td background="<%=imgpath%>images/j5.gif" width=19 height=280></td>
          </tr>
        </table>
    </tr>
    <tr>
      <td height=19>
        <table border="0" cellpadding="0" cellspacing="0" width="610" height="19">
          <tr>
            
          <td width=18 height=20><img border="0" src="<%=imgpath%>images/j6.gif" width="18" height="19"></td>
            
          <td background="<%=imgpath%>images/j7.gif" width=100% height=20></td>
            
          <td width="19" height="20"><img border="0" src="<%=imgpath%>images/j8.gif"></td>
          </tr>
		  <tr>
          <td width="100%" height=20 colspan="3"><center>-----<a href="http://office.11k.net/" target=_blank><font color="red">Red office v1.5</font></a>-----</center></td>
		  </tr>
        </table>
      </td>
    </tr>
  </table>
<%
%>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -