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

📄 passwordshow.jsp

📁 jsp+servlet+Hibernte实现的公务员网上报名系统。为大学毕业设计成果
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ page import="com.entity.*" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<base href="<%=basePath%>">

<%
String appName = (String)request.getAttribute("appName");
String password = (String)request.getAttribute("password");
%>

<html>
<head>
<title>中央机关及直属机构200年考试录用公务员报名系统</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<link rel="stylesheet" href="images/style.css" type="text/css" />
<script src="images/js/common.js"></script>
<style type="text/css">
<!--
body {
	text-align: center;
	
}
-->
</style>
<SCRIPT language="JavaScript" type="text/JavaScript">

function checkform(myform) {

      		if (myform.emit_content.value==""){

            alert("\n评论不能为空!");
           return false;
       }
  else
if(document.myform.emit_content.value.indexOf("<")>=0||document.myform.emit_content.value.indexOf(">")>=0){
		alert("请不要输入大于和小于号");
		document.myform.emit_content.focus();
		return false;
	}
else  {document.myform.submit();}
}
</SCRIPT>

</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="100" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="images/welcome.jpg" width="760" alt=""></td>
  </tr>
</table>
<table id="__01" width="760" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="760" height="5" bgcolor="A60024"></td>
  </tr>
</table>
<TABLE width="760" border="0" align="center" cellPadding="0" cellSpacing="0" bgcolor="#FFFFFF">
  <TBODY>
    <TR>
      <TD vAlign="top">
        <TABLE cellSpacing="0" cellPadding="8" width="95%" align="center" border="0">
          <TBODY>
            <TR>
              <TD width="169%">
                <DIV class=tit align=center>
                  <br>
                  <p align="center" style="font-size:13pt"><strong></strong></p>
                </DIV></TD>
            </TR>
            
            <TR>
              <TD width="169%">
                <DIV class=tit align=center>
                  <br>
                  <p  style="font-size:12pt"><%=appName%>您好:</p>
                </DIV></TD>
            </TR>
            
             <TR>
              <TD width="169%">
                <DIV class=tit align=center>
                  <br>
                  <p  style="font-size:12pt">您的密码是:<%=password %></p>
                </DIV></TD>
            </TR>
            
            <TR>
              <TD width="169%">
                <DIV class=tit align=center>
                  <br>
                  <p  style="font-size:12pt">请妥善保管,谢谢!</p>
                </DIV></TD>
            </TR>

            <TD width="169%">
                <DIV class=tit align=center>
                  <br>
                  <p  style="font-size:10pt"><a href="form/login.jsp">返回登录界面登录</p>
                </DIV></TD>
            </TR>
            
          </TBODY>
      </TABLE></TD>
    </TR>
  </TBODY>
</TABLE>
<table id="__01" width="760" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td> <img src="images/index_10.jpg" width="760" height="11" alt=""></td>
  </tr>
</table>
</BODY>
</HTML>
<CENTER>
<div style="">
<hr size=2 width=480 color=A60024>
Copyright &copy; 2007 - 2008 <b><font color=444444>中南大学</font> </b> All rights reserved
  <br>中南大学信息院 齐晓宁 制作<br>版权所有<br> <br>
</div>
</CENTER>

⌨️ 快捷键说明

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