|
 |
留 言 版 |
|
|
|
|
|
|
<%if rs_now="yes" then
x=1
for ipage=1 to rs.pagesize
%>
|
留言人:<%=rs("name")%> |
留言主題:<%=rs("title")%> |
電 話(huà):<%=rs("phone")%> |
<%=rs("remark")%> |
時(shí) 間:<%=rs("ldate")%> |
信 箱:<%=rs("email")%> |
回復內容:<%=rs("reply")%> |
|
<%rs.movenext
x=x+1
if rs.eof then exit for
next
end if
%>
|
|
|
|
|
<%if rs_now="yes" then%>
每頁(yè):<%=rs.pagesize%> 條,當前:第 <%=page%> 頁(yè), <%=(page-1)*rs.pagesize+1%> - <%=page_end%> 共 <%=recno%> 條
<%
if not page=1 then
Response.Write "[最前頁(yè)]"
Response.Write "[上一頁(yè)]"
End If
If Page <> rs.PageCount Then
Response.Write "[下一頁(yè)]"
Response.Write "[最末頁(yè)]"
End If
end if
%> |
|
|
|
|
|
|
|