admin_jiemian3_check.asp
来自「qiangda de wangluo liuyanban」· ASP 代码 · 共 30 行
ASP
30 行
<% server.scripttimeout = 90 %>
<!-- #include file = "setup.asp" -->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>留言板用户密码、电子邮件修改</title>
</head>
<body>
<!-- #include file = "public_head.asp" -->
<%
Set gbook =Server.CreateObject("wzxBook.GuestBook")
gbook.dsntemp = dsntemp
gbook.jiemian3check
Set gbook = Nothing
%>
<p> </p>
<!-- #include file = "public_down.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?