📄 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("您没有操作此页权限!")
window.open("../index.jsp","_top")
</Script>
<% return;
} %>
<%
String nowuserid = jcypurview.getUserid(); //取当前用户编号
String nowusername = jcypurview.getUserName(); //取当前用户名称
String nowuserszqx = jcypurview.getUserSzqx(); //取当前用户所在区县
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 + -