日期:2014-05-17  浏览次数:20677 次

ASP+ACCESS分页问题
现在的状况是不报错,但是每次点击下一页,总是显示第一页的数据,请各位大侠帮忙看看   谢谢

<%@LANGUAGE= "VBSCRIPT "   CODEPAGE= "936 "%>
<%
If   Session( "UserName ")   =   " "   Then
    Response.Redirect   "login.htm "
End   If
%>
<HTML>
<HEAD>
<TITLE> 查询资料 </TITLE>
<STYLE>
P,   TABLE,   SELECT,   INPUT{FONT-SIZE:   9pt}
.style2   {color:   #003366}
.style3   {color:   #FFFFFF}
</STYLE>
</HEAD>
<BODY>
<div   align= "center ">
    <%
Response.Buffer   =   True  
Response.ExpiresAbsolute   =   Now()   -   1  
Response.Expires   =   0  
Response.CacheControl   =   "no-cache "  
Response.AddHeader   "Pragma ",   "No-Cache "
%>
    <!-- <img   src= "image/logo.gif "   width= "500 "   height= "200 "> -->
</div>
<!--   #include     file= "inc\adovbs.inc "   -->
<DIV   ALIGN   =   "center ">
<FORM   NAME   =   "Form1 "   METHOD   =   "post "   ACTION   =   "browseInfo.asp ">
    <table   width= "100% "   border= "0 ">
    <tr>
        <td   width= "700 "   bgcolor= "#003399 "> <div   align= "center "   class= "style3 ">
            <div   align= "right "> 查询:
                            <select   size   =   "1 "   name   =   "lstFld ">
                                <option   selected   value   =   "all "       > 全部显示                         </option>
                                <option   value   =   "num "                         > 编号                                 </option>
                            </select>
            值:
            <input   name   =   "txtValue "   type   =   "text "   size   =   "20 ">
&nbsp;&nbsp;
    <input   name   =   "btnSubmit "   type   =   "submit "   value   =   "查询 ">
            </div>
        </div> </td>
    </tr>
</table>
</FORM>