rchangepsw.asp
来自「图书馆模拟管理系统,对里面的功能简单容易懂,一看就会,是学习asp的好东西!」· ASP 代码 · 共 20 行
ASP
20 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
if NOT isempty(request("newpswsubmit")) then
dim newpsw
newpsw=trim(request("newpsw"))
rs.open "update [user] set psw='"&newpsw&"' where id='"&session("id")&"'",conn,1,1
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
jkhdfjkhjksdfhjksdfhjkhhjfasjkdf
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?