<% set rst=server.createobject("adodb.recordset") sql="select * from st_info order by id desc" rst.open sql,conn,1,1 %> <html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>学生信息管理</title> <link rel="stylesheet" href="style.css"> </head>
<body topmargin="0"> <!--#include file="top-1.asp"--> <div align="center"> <center> <table width="738" height="35" cellspacing="0" cellpadding="0"> <td background="images/top_1.jpg"> <a href="info-manager.asp">学生信息列表</a> | <a href="add-info.asp">录入学生信息</a> | <a href="search2.asp">查询学生信息</a></table> </center> </div> <div align="center"> <center> <table border="0" width="700" cellspacing="0" cellpadding="0"> <% if Not(rst.bof and rst.eof) then'判别数据表中是否为空记录 NumRecord=rst.recordcount rst.pagesize=10 NumPage=rst.Pagecount if request("page")=empty then NoncePage=1 else if Cint(request("page"))<1 then NoncePage=1 else NoncePage=request("page") end if if Cint(Trim(request("page")))>Cint(NumPage) then NoncePa
首页 上一页 2 3 4 5 6 7 8 下一页 尾页 5/12/12