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

📄 test_fy.jsp

📁 公务员管理系统
💻 JSP
字号:
<%@page language="java" contentType="text/html;charset=gb2312" %>
<%@page import="com.vstsoft.std.*" %>
<%@page import="java.sql.*" %> 
<%@page import="java.lang.*"%>
<%
  vststd vst = new vststd();
%>
<html>
<head>
<title>欢迎!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center"> <br>
      <table width="800" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="14" align="left" background="images/caozuo01.gif">&nbsp;</td>
          <td background="./images/caozuo02.gif" align="center" width="771"><b><font color="#FF6600" size="3">查询</font></b></td>
          <td width="15"><img src="./images/caozuo03.gif" width="15" height="84"></td>
        </tr>
      </table>
      <table width="800" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEF9FF">
        <tr> 
          <td width="15" background="./images/caozuo04.gif"><img src="./images/caozuo04.gif" width="15" height="6"></td>
          <td align="center"> 
<form name="form1" method="post" action="test_fy2.jsp"  target="submitframe">
            <table width="750" cellspacing="1" cellpadding="0" bgcolor="#000099">
              <tr> 
                <td> 
                    <table align=center bordercolordark=#ffffff bordercolorlight=#666699 
cellpadding=0 cellspacing=1 width=100% bgcolor="#000099">
                      <tbody> 
                      <tr height=25 bgcolor="#EEF9FF"> 
                        <td width=200 align="center" height="24"><b><font color="#105781">代码</font></b></td>
                        <td bgcolor="#EEF9FF" height="24"> 
                          <input type="text" name="dm"  style = "width:200px">
                        </td>
                      </tr>
                      <tr height=25 bgcolor="#EEF9FF"> 
                        <td height="25" align="center"><b><font color="#105781">代码名</font></b></td>
                        <td> 
                          <select name="dmm">
                            <option value = "">代码名</option>
							<%=vst.popListWithSelect("select dmm,mc from dm_lx","")%>
                          </select>
                        </td>
                      </tr>
                      </tbody> 
                    </table>
                </td>
              </tr>
            </table>
              <table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
                <tr align="center"> 
                  <td height="50"> 
                    <input type="hidden" name="key" value="query">
                    <input type="submit" name="Submit" value=" 查 询 " class="input">
                  </td>
                </tr>
              </table>
            <hr size="1" width="90%" color="#000099">
            <p><font color="#FF0000"><span id="show"></span></font></p>
			<br>
            </form>
          </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"><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>
      <br>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="./images/login2-1.gif" height="32">
  <tr> 
    <td height="32" align="center">版权所有 (C) 北京市劳动和社会保障局         北京北控伟仕软件工程技术有限公司承制</td>
  </tr>
</table>
<iframe id="submitframe" name="submitframe" width="0" height="0" src="test_fy2.jsp?key=query&dmm=1001" style="display:none"/>
</body>
</html>

⌨️ 快捷键说明

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