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

📄 qx_query.jsp

📁 一个较好的公务员管理系统软件源代码
💻 JSP
字号:
<%@page contentType="text/html;charset=GBK"%>
<jsp:useBean id="jcypurview" class="com.vstsoft.jcypurview" scope = "session" />

<% if (jcypurview.checkLogin() == false)
   {
%>   
	<Script Language=javascript>
		alert("用户已断线或未正常登录,请重新登录!")
		window.open("../index.htm","_top")
	</Script>
<%  return;}
   String Userid = "";
   Userid = jcypurview.getUserid();     //取当前公务员编号

   if (jcypurview.purviewVerdict("B0500006") == false)
  {
%>   
	<Script Language=javascript>
		alert("您没有操作此页权限!")
		window.open("../index.jsp","_top")
	</Script>
<%  return;  }  %>


<html>
<head>
<script>
function f_isnull(){
  if (document.form1.query.value == '')
	{
        alert('请输入查询条件!');
        document.form1.query.focus();
		return false;
	}
}
</script>
<title>无标题文档</title>
</head>

<body bgcolor="#EEF9FF">
        
<table width="100%" height="98" border="0">
  <form name="form1" method="post" action="qx_ry_query.jsp?key=query" target='tabFrame'onSubmit ="return(f_isnull())">
          <tr> 
            <td width="21%">&nbsp;</td>
            <td width="79%" height="24"><div align="center"><font color="#FF9900" size="2" face="Geneva, Arial, Helvetica, sans-serif"> 
          <br>
          &nbsp;&nbsp;&nbsp;&nbsp;按用户名或真实姓名:</font></div></td>
          </tr>
          <tr> 
            <td>&nbsp;</td>
            <td height="20"> <div align="left">
                <input name="query" type="text" size="20" maxlength="20">
              </div></td>
          </tr>
          <tr> 
            <td>&nbsp;</td>
            <td height="46"> <p align="right"> 
          <input name="imageField" type="image" src="../images/caozuo06.gif" width="105" height="38" border="0">
          <br>
        </p></td>
          </tr>
			</form>
        </table>
</body>
</html>

⌨️ 快捷键说明

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