 |
請選擇您要瀏覽的專欄類別: |
|
<%
If Session("contentList") = empty Then
Session("contentList") = "Select * From topContent order by entertime desc"
Session("contentListTitle") = "不分類別"
End If
Call DSN_Connection_Begin(Oc,"../Database/topic.mdb")
Call ADO_Recordset_Begin(Oc,Rs,Session("contentList"))
If Rs.eof Then
%>
目前並無任何資料!!
<%
Else
%>
===<%=Session("contentListTitle")%>===
|