?? 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">請確認(rèn)您的新密碼:<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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -