space line
space line
space line
space line
space line
您现在的位置是: 功能模块>>

多功能翻页函数

发布日期 2006-10-6 17:27:28
作者 admin
出处 原创
浏览次数 ...
演示地址 重用网演示
授权网站下载 暂无
本地下载
下载地址 我要留言
space line
程序介绍
重用网提供多功能、只需提供一条SQL语句、可打印的、CSS控制的ASP翻页函数
space line
使用说明
下载地址:         本地下载 
    
 
功能介绍:
        以表格形式显示数据,通过CSS样式控制;
        提供全选、记录被选项ID、点击列名进行排序功能
        附加打印功能。
 
使用示例:
<%
        sql="select [id],title as 标题,content as 内容 from xxxx"     ´SQL查询语句
        thepage="XXX.asp"             ´使用函数本页文件名
        shownum=20                       ´每页显示记录数目 
        alterpage="XXX.asp"           ´修改页面链接     
        delpage="XXX.asp"              ´删除页面链接        
        call ShowTable(sql,thepage,shownum,page,pagenum,1,alterpage,delpage,"修改",1)

%>
效果如图:
 
space line
space line
space line
space line
space line
space line
space line