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

📄 adminresetpwd.asp

📁 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage
💻 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 + -