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

📄 backps1.jsp

📁 在线教育平台: 从小学
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"
	pageEncoding="GB2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>密码找回</title>
<style type="text/css">
<!--
.STYLE1 {
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE2 {font-size: 12px}
-->
</style>
</head>
<script language="javascript">
<!--
function usercheck(){
var username;
username=document.form1.username.value;

if(username==""){
alert("用户名不能为空!");
return false;}

}
//-->
</script>
<body>
<div align="center">
<table width="750" height="25" border="0" cellpadding="0"
	cellspacing="0">
	<tr>
		<td width="770" height="160"><iframe name="top" height="160"
			width="770" scrolling="no" src="top.jsp" frameborder="0"></iframe></td>
	</tr>
</table>
</div>
<%String sort="";
try{
	sort=request.getParameter("sort");

if(sort.equalsIgnoreCase("user")){
%>
<form name="form1" method="post" action="Servletuser">
<%}
if(sort.equalsIgnoreCase("teacher")){ %>
<form name="form1" method="post" action="Servletteacher">
<%}
}catch(NullPointerException e){}

%> <input name="action" type="hidden" id="action" value="backpsw1">
<table width="500" border="0" align="center" cellspacing="0">
     <tr>
		<td height="25" colspan="2" bgcolor="#FF9966">
		<div align="center" class="STYLE1">密码找回:步骤1</div>		</td>
	</tr>
	<tr>
		<td width="265" bgcolor="#FFFFFF">
		<div align="right" class="STYLE2">请输入您的用户名</div>	  </td>
		<td width="475" bgcolor="#FFFFFF"><label> <input name="username" type="text"
			id="username" size="25"> 
	  </label></td>
	</tr>
	<tr>
		<td bgcolor="#FFFFFF">&nbsp;</td>
		<td bgcolor="#FFFFFF"><label> <input type="submit" name="Submit"
			onClick="return usercheck()" value="提交"> <input type="reset"
			name="Submit2" value="重置"> </label></td>
	</tr>
</table>
</form>
<div align="center">
<table height="155" width="750" border="0" cellspacing="1"
	align="center">
	<tr>
		<td><iframe name="bottom" height="155" width="750" scrolling="no"
			src="bottom.jsp" frameborder="0"></iframe></td>
	</tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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