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

📄 brower.asp

📁 学生学历证明查询系统 欢迎使用HOT学历证明查询系统
💻 ASP
字号:
<!-- #include file="func/db.fun" -->
<!--#include file="OnePage.fun" -->
<%
   set rs=GetMdbStaticRecordset("data/user.mdb","userdase")
   if rs is nothing then
      response.write "出错了,联系管理员吧~~!"
      response.end
   end if
%>

<html>
<body bgcolor="ffffff">
<link rel="stylesheet" href="style.css">
<h2 align=center>"学生学历" 分页浏览</h2>
<div align="right">
        <a href="login.html"><font size="2" color="#00CCFF">管理员入口</font></a></div><hr>
<center>
<%
   rs.PageSize = 10
   Page = CLng(Request("Page"))
   
   If Page > rs.PageCount Then Page = rs.PageCount
   If Page < 1 Then Page = 1
   ShowOnePage rs, Page
%>

<DIV ALIGN=right><P><HR>
<FORM Action=brower.asp Method=GET>

<%If Page <> 1 Then ' 如果不是位于第一页%>
     <A HREF=<%=Myself%>?Page=1>第一页</A>

⌨️ 快捷键说明

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