📄 classchangepwd.asp
字号:
<!--#include file="connectionstring.asp"-->
<%
IdClass=request.cookies("IdClass")
if IdClass="" then
response.write "请正确登录!"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改密码</title>
</head>
<body background="Back1.jpg">
<p align="center"><b><font size="6" color="#0000FF">修改班级密码</font></b></p>
<hr width="50%" color="#008080">
<form method="POST" action="ClassChangePwdOk.asp" name="ClassChangePwdOk.asp">
<p align="center">请输入原来的密码:<input type="password" name="old" size="20"></p>
<p align="center">请输入您的新密码:<input type="password" name="new1" size="20"></p>
<p align="center">请确认您的新密码:<input type="password" name="new2" size="20"></p>
<hr width="50%" color="#008080">
<p align="center"><input type="submit" value="好啦!" name="B1">
<input type="reset" value="重来!" name="B2">
<input type="button" value="不改了!" onClick="history.back()"></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -