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

📄 changeownpsw.asp

📁 一套完整的学生课程管理系统
💻 ASP
字号:
<!-- #include file="utility/check.asp" -->
<%
	'****************************************
	'目的:			修改自己的密码
	'开始时间:		2005-6-3 18:08
	'最后修改时间:	2005-6-3 18:08
	'编写人:		某某某
	'****************************************
	dim teacherID
	dim actionTo	'表单处理链接
	teacherID = Session("userID")
	
	if(Session("userFlag") = "教师") then
		actionTo = "manageOwnPassword.asp"
	else
		actionTo = "manageTeacher.asp?actionType=changePsw&teaID=" & teacherID
	end if
		
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>已发信息列表</title>
<link rel="stylesheet" type="text/css" href="images/link.css">

</head>
<body>

<div align="center">
	<table border="1" width="700" id="table2" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="22">
		<tr>
			<td>&nbsp;当前操作: 修改自己的密码</td>
		</tr>
	</table>
	<br>
	<table border="1" width="700" id="table1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="72" bordercolor="#CCCCCC">
		<form action=<%=actionTo%> method=post>
		<tr>
			<td width="85" align="right" height="23">新密码:</td>
			<td height="23">&nbsp;&nbsp;<input type="password" name="teaPassword" size="20" class="inputText" ></td>
		</tr>
		<tr>
			<td width="85" align="right" height="23">确认新密码:</td>
			<td height="23">&nbsp;
			<input type="password"   name="teaPasswordChk" size="20" class="inputText"></td>
		</tr>
		<tr>
			<td width="85" align="right" height="24"> </td>
			<td height="24">&nbsp;&nbsp;<input type="submit" value="确认修改" name="OK" class="anniu" >&nbsp;
			<input type="reset" name="cancel" value="重新填写" class="anniu" ></td>
		</tr>
		</form>
	</table>
</div>

</body>

</html>

⌨️ 快捷键说明

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