?? jcy_jd_select.jsp
字號:
<%@ page contentType="text/html; charset=GBK" errorPage="" %>
<%@ import="com.vstsoft.std.vststd" %>
<%com.vstsoft.std.vststd std=new com.vstsoft.std.vststd();%>
<%@ errorPage="errorPage.jsp" %>
<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;
}
if (jcypurview.purviewVerdict("B0500039") == false)
{
%>
<Script Language=javascript>
alert("您沒有操作此頁權(quán)限!")
window.open("../index.jsp","_top")
</Script>
<% return;
} %>
<%
String nowuserid = jcypurview.getUserid(); //取當前用戶編號
String nowusername = jcypurview.getUserName(); //取當前用戶名稱
String nowuserszqx = jcypurview.getUserSzqx(); //取當前用戶所在區(qū)縣
String nowuserszdw = jcypurview.getUserSzdw(); //取當前用戶所在單位
%>
<%
response.setHeader("Pragma","No-cache");
response.setHeader("Cache-Control","no-cache");
response.setDateHeader("Expires",0);
%>
<html>
<head>
<script>
function f_new()
{
window.open("jcy_jd_new_modify.jsp?zt=new","_self");
}
function f_number()
{
var v_jddm = document.form.dm.value; //街道代碼
var v_jdmc = document.form.mc.value; //街道名稱
if (v_jddm.length > 6)
{
alert("街道代碼不能超過6個字符!");
document.form.dm.focus();
return(false);
}
if (isNaN(v_jddm) == true)
{
alert('代碼不能為字符!');
document.form.dm.focus();
return(false);
}
if (v_jdmc.length > 50)
{
alert("街道名稱不能超過50個字符!");
document.form.mc.focus();
return(false);
}
}
function f_back()
{
window.open("jcy_dw_select.jsp","_self");
}
</script>
<title>公務員管理</title>
<link rel="stylesheet" href="../style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
</head>
<body>
<div align="center">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="16" height="84" align="left" background="../images/caozuo01.gif"></td>
<td background="../images/caozuo02.gif" align="center" width="931"><font size="3" color="#FF6600"><b>街道信息查詢</b></font></td>
<td width="15"><img src="../images/caozuo03.gif" width="15" height="84"></td>
</tr>
</table>
<table width="800" height="232" border="0" cellpadding="0" cellspacing="0" bgcolor="#EEF9FF">
<tr>
<td width="15" height="232" background="../images/caozuo04.gif"><img src="../images/caozuo04.gif" width="15" height="6"></td>
<td align="center"><table width="95%" height="120" border="0" align="center">
<tr>
<td width="719" height="116"> <form name="form" method="post" action="jcy_jd_view.jsp" onSubmit="return(f_number())">
<table width="750" cellspacing="1" cellpadding="0" bgcolor="#000099">
<tr>
<td><table width=100% border="0" align=center
cellpadding=0 cellspacing=1 bordercolorlight=#666699 bordercolordark=#ffffff bgcolor="#000099">
<tr bgcolor="#EEF9FF">
<td width="14%" height="25" align="center"><b><font color="#105781">街道代碼
</font></b> <div align="left"></div></td>
<td width="86%" height="23"> <b><font color="#105781">
<input name="dm" type="text" id="dm2" size="12" maxlength="6" style="width:80px">
</font></b></td>
</tr>
<tr bgcolor="#EEF9FF">
<td height="25" align="center"><b><font color="#105781">街道名稱
</font></b></td>
<td height="23">
<div align=""><b><font color="#105781">
<input name="mc" type="text" id="mc3" size="70" maxlength="50">
</font></b></div></td>
</tr>
</table></td>
</tr>
</table>
<br>
<table width="600" border="0" align="center" bordercolorlight=#666699 bordercolordark=#ffffff>
<tr>
<td width="20" height="23">
</td>
<td width="137">
<div align="center">
<input type="hidden" name="key" value="query">
<input type="submit" name="Submit53" value="查 詢" class="input" >
</div></td>
<td width="154"><div align="center">
<input type="button" name="Submit583" value="新 增" class="input" onClick="f_new()">
</div></td>
<td width="111"><div align="center">
<input type="reset" name="Submit582" value="清 屏" class="input">
</div></td>
<td width="134"><div align="center">
<input type="reset" name="Submit5822" value="返 回" class="input" onClick="f_back()">
</div></td>
<td width="18"> </td>
</tr>
</table>
</form></td>
</tr>
</table></td>
<td width="14" background="../images/caozuo07.gif"><img src="../images/caozuo07.gif" width="14" height="6"></td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="21" height="16"><img src="../images/caozuo05.gif" width="21" height="16"></td>
<td background="../images/caozuo08.gif"><img src="../images/caozuo08.gif" width="6" height="16"></td>
<td width="19"><img src="../images/caozuo09.gif" width="19" height="16"></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -