美麗少年大事記
1998年
<%
set conntemp=server.createobject("adodb.connection")
conntemp.open "gaykid"
set rstemp=conntemp.execute("select * from chronicle98 where number >0")
i=0
%>
<%if rstemp.eof = true then%>
<%
else
do while not rstemp.eof
i=i+1
%>
| <%=rstemp("date")%> | <%=rstemp("issue")%> |
<% rstemp.movenext
loop
conntemp.close%>
<% end if %>
1999年
<%
set conntemp=server.createobject("adodb.connection")
conntemp.open "gaykid"
set rstemp=conntemp.execute("select * from chronicle99 where number >0")
i=0
%>
<%if rstemp.eof = true then%>
<%
else
do while not rstemp.eof
i=i+1
%>
| <%=rstemp("date")%> | <%=rstemp("issue")%> |
<% rstemp.movenext
loop
conntemp.close%>
<% end if %>
│ 首頁 │ 影評 │ 購票│ 導演 │ 大事記 │ 留言
│