Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ManagerOperation.jsp
Package: JSP.rar [view]
Upload User: tian320582
Upload Date: 2007-08-23
Package Size: 173k
Code Size: 5k
Category:
Jsp/Servlet
Development Platform:
Java
- <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>南京工程高等职业学校网上报名系统</title>
- <style type="text/css">
- <!--
- .style3 {font-weight: bold; font-size: 24px;}
- .style6 {
- font-size: 16px;
- font-weight: bold;
- }
- .style8 {font-size: 24px}
- .STYLE9 {
- color: #333333;
- font-family: "新宋体";
- }
- body {
- background-color: #f0f0f0;
- background-image: url();
- background-repeat: no-repeat;
- background-attachment: scroll;
- background-position: center 100px;
- }
- #Layer1 {
- position:absolute;
- left:152px;
- top:187px;
- width:473px;
- height:303px;
- z-index:-1;
- visibility: visible;
- }
- .222 {
- filter: FlipH;
- }
- -->
- </style>
- </head>
- <%
- String managerName=(String)session.getAttribute("managerName");
- String managerPassword=(String)session.getAttribute("managerPassword");
- session.setAttribute("managerName",managerName);
- session.setAttribute("managerPassword",managerPassword);
- %>
- <jsp:useBean id="login" class="internetsignup.ManagerLoginBean" scope="page"></jsp:useBean>
- <script>
- function checkLogin()
- {
- if(<%=managerName%>==null){alert("请从登录页面登录进入!");window.location.href("ManagerLogin.jsp");}
- }
- function checkDate(f1)
- {
- if(f1.signupDate.value==""){alert("请输入要查询的日期!");f1.signupDate.focus();return false;}
- }
- function checkAccount(f2)
- {
- if(f2.studentAccount.value==""){alert("请输入要查询的学生帐号!");f2.studentAccount.focus();return false;}
- }
- </script>
- <body onLoad="checkLogin();">
- <div align="center"><img src="gif/11111.jpg" width="800" height="102" align="absmiddle"></div>
- <p align="center"> </p>
- <hr align="center" noshade color="#66CCFF">
- <p align="center" class="style6 STYLE9">请选择你的操作</p>
- <center><table width="483" height="268" border="0" align="center" bgcolor="#f0f0f0">
- <tr>
- <td width="526" bgcolor="#f0f0f0"><form name="form1" onSubmit="return checkDate(this)" method="post" action="QueryByDate.jsp">
- <div align="left">◆ 输入报名日期:
- <input name="signupDate" type="text" id="signupDate" value="<%=login.getTodayDate()%>" size="18">
- (格式:1981-4-1)
- <input type="submit" name="Submit5" value="查询">
- </div>
- </form>
- <form name="form2" method="post" onSubmit="return checkAccount(this)" action="QueryByStudentAccount.jsp">
- <div align="left">◆ 输入学生帐号:
- <input name="studentAccount" type="text" id="studentAccount" size="18">
- <input type="submit" name="Submit2" value="查询">
- </div>
- </form>
- <form name="form3" method="post" action="">
- <div align="left">◆
- <input type="button" name="Submit3" value="删除所有信息" onClick="location.href='ConfirmPassword.jsp'">
- </div>
- </form>
- <form name="form4" method="post" action="">
- <div align="left">◆
- <input type="button" name="Submit" value="修改密码" onClick="location.href='ChangeManagerPassword.jsp'">
- </div>
- </form>
- <form name="form5" method="post" action="">
- <div align="left">◆
- <input type="button" name="Submit4" value="返回首页" onClick="location.href='SignUp.jsp'">
- </div>
- </form>
- <p align="left"></p></td>
- </tr>
- </table>
- <form name="form1" onSubmit="return checkDate(this)" method="post" action="QueryByDate.jsp">
- </form>
- <p align="left"> </p>
- <TABLE cellSpacing=0 cellPadding=0 width=750 align=center bgColor=#ffffff
- border=0>
- <TBODY>
- <TR>
- <TD><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
- <TBODY>
- <TR>
- <TD height=1><IMG height=1 src="" width=1></TD>
- </TR>
- <TR>
- <TD bgColor=#c6d6de height=4><IMG height=1 src="" width=1></TD>
- </TR>
- <TR>
- <TD height=1><IMG height=1 src="" width=1></TD>
- </TR>
- </TBODY>
- </TABLE>
- <TABLE cellSpacing=0 cellPadding=3 width=760 align=center border=0>
- <TBODY>
- <TR>
- <TD height=25 align=middle vAlign=bottom bgcolor="#f0f0f0"><div align="center"><FONT
- color=#336699>南京工程高等职业学校招生办公室版权所有</FONT></div></TD>
- </TR>
- </TBODY>
- </TABLE></TD>
- </TR>
- </TBODY>
- </TABLE>
- <p align="center"> </p>
- <p align="center" class="style3"> </p>
- </body>
- </html>