<% sql="select * from message where lang='c' order by senddate" set rs=server.CreateObject("adodb.recordset") rs.PageSize = 10 rs.CursorLocation = 3 rs.open sql,conn,0,2,1 pre = true last = true page = trim(Request.QueryString("page")) if len(page) = 0 then intpage = 1 pre = false else if cint(page) =< 1 then intpage = 1 pre = false else if cint(page) >= rs.PageCount then intpage = rs.PageCount last = false else intpage = cint(page) end if end if end if if not rs.eof then rs.AbsolutePage = intpage end if %> A Touch of Portugal - Praia Grande Portuguese Cuisine 美麗灣餐廳


<% for i=1 to rs.PageSize if rs.EOF or rs.BOF then exit for %> <% rs.movenext next %>
發表留言    
網友呢稱: <%= rs("username") %> 滿意度: .jpg" width="150" height="25" border="0">
評 論:  <%= rs("content") %>
<%if rs.pagecount > 0 then%> <%end if%>
頁碼<%=intpage%>/<%=rs.PageCount%>第一頁 <%if pre then%> 上一頁 <% else %> 上一頁 <%end if%> <%if last then%> 下一頁 <% Else %> 下一頁 <%end if%> 最後一頁 to

餐廳簡介 - 室內環境 - 美食圖片 - 位置地圖 - 聯絡我們 - 回到首頁 - Review \ waiting


Copyright © 2003-2010, Praia Grande Portuguese and Macanese Cuisine
All rights reserved

<% rs.close set rs=nothing conn.close set conn=nothing %>