?? adminresetpwd.asp
字號:
<!--#include File="../conndb.asp"-->
<!--#include File="../class/Person.asp"-->
<!--#include file="isAdmin.asp"-->
<html>
<head>
<title>用戶密碼重置</title>
</head>
<body>
<%
uid = Request.QueryString("uid")
set obj = new Person
obj.UserPwd = "111111"
obj.setpwd(uid)
Response.Write "<h2>更改密碼成功!</h2>"
%>
</body>
<script language="javascript">
opener.location.reload();
setTimeout("window.close()",800);
</script>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -