📄 seach_user.asp
字号:
<!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.reload('login.asp')</script>"
response.End
else
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
end if%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/css.css" rel="stylesheet" type="text/css">
</head>
<body><!--#include file="menu.asp"-->
<div align="center">
<table width="90%" border="0" cellspacing="1" bgcolor="#BCD7E0">
<tr>
<td background="../images/manage/line_all.gif"><div align="center">
<font color="#000000">搜索用户</font></div></td>
</tr>
<tr><form name="form2" method="post" action="manageuser.asp">
<td height="43" bgcolor="#F8FCFD">
<div align="center">
<table width="90%" border="0" cellspacing="1" bgcolor="#BCD7E0">
<tr>
<td width="35%" bgcolor="#F8FCFD"><div align="center">
<input name="namekey" type="text" id="selectkey" onFocus="this.value=''" value="请输入关健字" size="20">
</div></td>
<td width="45%" bgcolor="#F8FCFD"><div align="center">
<input name="checkbox" type="checkbox" id="checkbox0" value="1" checked>模糊查询
</div></td>
<td width="20%" height="30" bgcolor="#F8FCFD"><div align="center">
<input type="submit" name="Submit2" value="搜 索">
</div></td>
</tr>
</table>
</div>
</td></form>
</tr>
</table>
</div>
<!--#include file="copyright.asp"-->
</body>
</html>
<script language=javascript>
function mm()
{
var a = document.getElementsByTagName("input");
if(a[0].checked==true){
for (var i=0; i<a.length; i++)
if (a[i].type == "checkbox") a[i].checked = false;
}
else
{
for (var i=0; i<a.length; i++)
if (a[i].type == "checkbox") a[i].checked = true;
}
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -