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

📄 tj.asp

📁 东营人家多用户留言本 2.2 版 留言本演示地址:http://www.860546.net/gbook/index.asp 留言本下载地址:http://www.860546.net/8
💻 ASP
字号:
<%
user=request("user")
if user="" or request.querystring="" then
response.redirect "reg.asp"
end if
 set rs=server.createobject("adodb.recordset")
 sql="select * from user where user='"&user&"'"
 rs.open sql,conn,1,1

'###检查cookies,如果密码正确侧进入管理状态
if rs("user")="" then
else
  if session("user")=rs("user") and session("pwd")=rs("pwd") then
   adminok="ok"
  end if
end if
'###检查结束###

   if not isempty(request("page")) then
      currentPage=cint(request("page"))
   else
      currentPage=1
   end if

   MaxPerPage=8 '###每页显示条数

   dim totalPut
   dim CurrentPage
   dim TotalPages
   dim i,j
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -