?? qx_query.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%"> </td>
<td width="79%" height="24"><div align="center"><font color="#FF9900" size="2" face="Geneva, Arial, Helvetica, sans-serif">
<br>
按用戶名或真實姓名:</font></div></td>
</tr>
<tr>
<td> </td>
<td height="20"> <div align="left">
<input name="query" type="text" size="20" maxlength="20">
</div></td>
</tr>
<tr>
<td> </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 + -