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

📄 modifymm.jsp

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>北京科技大学就业信息网</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {
	color: #FFFFFF;
	font-size: 10pt;
}
-->
</style>
<STYLE type=text/css>
.menutitle {
PADDING-RIGHT: 2px; PADDING-LEFT: 2pt; FONT-WEIGHT: bold; MARGIN-BOTTOM: 5px; PADDING-BOTTOM: 2px; WIDTH: 194px; CURSOR: pointer; COLOR: #666666; PADDING-TOP: 2px; BACKGROUND-COLOR: #e1e1e1; TEXT-ALIGN: left}
.submenu {
	MARGIN-BOTTOM: 0.5em
}
.STYLE2 {color: #FF0000}
.STYLE4 {color: #FF6600}
</STYLE>
<script language="JavaScript">
function checkItem()
{
  var flag=true;
 	if (isEmpty(document.forms[0].oldpassword.value))
  {
    alert("原密码不能为空!");
    document.forms[0].oldpassword.focus();
    flag = false;
  }
  else if(isEmpty(document.forms[0].password1.value))
  {
    alert("新密码不能为空!");
    document.forms[0].password1.focus();
    flag = false;
  }
  else if(isEmpty(document.forms[0].password2.value))
  {
    alert("新密码确认不能为空!");
    document.forms[0].password2.focus();
    flag = false;
  }
return flag;
}
</script>
<script language="JavaScript">
<!--
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
		if(el.style.display != "block"){ //DynamicDrive.com change
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") //DynamicDrive.com change
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}
//-->
</script>
<SCRIPT language=javascript src="../css/Jslib.js"></SCRIPT>
<script language="JavaScript" src="mm_menu.js"></script>
<script language="JavaScript" src="date.js"></script>
</head>

<body topmargin="0">
<%@include file="indextop.jsp" %>
<table width="800" border="0" align="center" cellpadding="0"cellspacing="1" bgcolor="#e1e1e1"  style="border-top:2px solid white">
  <tr>
    <td width="200" height="230" bgcolor="#F9F9F9" valign="top"><%@include file="left.jsp" %></td>
    <td width="600" bgcolor="#FFFFFF" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

      <tr>
	    <td height="29" bgcolor="#e11a13" style="padding-left:35px"><span class="body STYLE1"><SCRIPT language=javascript>CAL();</SCRIPT>&nbsp;&nbsp;&nbsp;&nbsp;您的位置:<a href="../index.html" class="menu1">首页</a> 〉企业登录:<c:out value="${dwinfo.dwmc}"/></span></td>
      </tr>
      <tr>
        <td>
		<table width="100%" cellspacing="0" cellpadding="0" style="border:10px solid white">
            <tr>
              <td><table width="99%" cellspacing="0" cellpadding="0" style="border:1px solid #e1e1e1">
                  <tr>
                    <td width="9" height="27" valign="bottom">&nbsp;</td>
                    <td width="506" valign="bottom"><img src="images/index-1_28.gif" width="21" height="20" /><img src="images/student_03.gif" width="101" height="22" /></td>
                    <td width="50" valign="bottom">&nbsp;</td>
                    <td width="7" valign="bottom">&nbsp;</td>
                  </tr>
                  <tr height="2">
                    <td></td>
                    <td colspan="2" bgcolor="#E11A13"></td>
                    <td></td>
                  </tr>
                  <tr>
                    <td colspan="4">&nbsp;</td>
                  </tr>
                  <tr>
                    <td colspan="4" align="center"><form action="modifymm.do" method="post" enctype="multipart/form-data" id="FORM" onSubmit="return checkItem();"><table border="1" cellspacing="0" cellpadding="0" bordercolor="#e1e1e1" width="97%">
                      <tr>
                        <td class="nomal">原密码</td>
                        <td class="nomal"><input name="oldpassword" type="password" id="mm"></td>
                      </tr>
                      <tr>
                        <td class="nomal">新密码</td>
                        <td class="nomal"><input name="password1" type="password" id="mm"></td>
                      </tr>
					                        <tr>
                        <td class="nomal">确认密码</td>
                        <td class="nomal"><input name="password2" type="password" id="mm"></td>
                      </tr>
					                        
						<tr>
						<td class="nomal"><input type="submit" value="修改"/>
						<td class="nomal"><input type="reset" value="重置"/>						</tr> 
                    </table>
                    </form></td>
                  </tr>
                  <tr>
                    <td colspan="4">&nbsp;</td>
                  </tr>
              </table></td>
            </tr>
          </table>
		<%@include file="link.jsp" %>
          </td>
      </tr>
      <tr>      </tr>
	  <tr>
          <td>&nbsp;</td>
      </tr>
      <tr>
        <td height="1" bgcolor="#e1e1e1"></td>
      </tr>
      <tr height="100">
        <td><iframe frameborder="0" width="599" height="100"src="../foot.html" scrolling="no"></iframe></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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