
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
</head>

<%

ide = Request("ide")  

%>

<body background="_themes/fiesta/fiebkgnd.jpg" bgcolor="#669900" text="#000000" link="#0000FF" vlink="#CC0000" alink="#00CC00" onselectstart="event.returnValue=false">

<%

PAGE = Request("PAGE")
   PAGE2 = Request.form("PAGE2") + 1
     ' 接收所要瀏覽的頁次
   IF PAGE = "" THEN
      PAGE = 1
   END IF


         Set conn = Server.CreateObject("ADODB.Connection")
         DBPath = Server.MapPath("/database/fate.mdb")
         conn.Open "driver={Driver do Microsoft Access (*.mdb)};dbq=" & DBPath
         Set rs = Server.CreateObject("ADODB.Recordset")
         rs.Open "select * from dream where ide="&ide&"", conn,1,3
   
   RS.PageSize = 20         ' 設定每頁顯示 20 筆

  If Not rs.eof Then          ' 有資料才執行 
     RS.AbsolutePage = PAGE   ' 將資料錄移至 PAGE 頁
  End if


%>
<title>五術高手命理開運網--周公解夢-<%=rs("S2")%></title>

<table cellSpacing="0" cellPadding="5" width="480" id="table1" bgcolor="#FFFFFF">
   
   <tr><td>
       
             
        <%=rs("S1")%>：<BR><BR>
        → <%=rs("S2")%><BR><BR>
        <%=rs("S3")%><BR><BR>
		        
        </td>
      </tr>
        
</table>
<P>
 

  <center>
  <script language='JavaScript'>
	function CloseClicked()
	{
	  window.returnValue = '';
	  window.close()
	}
	</script>
<BR>
  <input type='button' value='關閉此視窗' onClick='CloseClicked()'>  
