📄 password_save.asp
字号:
<!--#include file="../Manage/mConn.asp"-->
<!--#include file="../Manage/mConst.asp"-->
<%If Session("Sk2sub")="" Then
Response.Write ("<script Language=Javascript>window.open('index.asp','_top');</script>")
Response.End
End If
Dim password
password=Request.Form("password")
Dim Rs6
Set Rs6=Server.CreateObject("adodb.Recordset")
Set Rs6=Conn.Execute("update m_reportuser set Login_Pwd='"&password&"' Where Login_Name='"&Session("SK2sub")&"'")
Set Rs6=Nothing
session("SK2sub")=""
session("SK2B")=""
session("SK2F")=""
response.write("<script>top.document.location='index.Asp';</script>")
Response.end
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -