%'GoLive Content Source
set articles = ADORecordSet("rfl" , "select * from articles order by id desc", "block=0", "id", "articles")
%>
<%'GoLive Content Source
set topics = ADORecordSet("rfl" , "select * from tpics order by topicttle", "block=1", "id", "topics")
%>
Articles
|
<% strdate=now()%><%= WeekDayname(Weekday(strdate)) & ", " & Monthname(month(strdate)) & " " & Day(Strdate) & ", " & year(strdate)%> |
|
|
<% articles.MoveFirst %>
<% while not articles.EOF %>
<%=articles.Value("ttle")%>, <%=articles.Value("authors")%>
|
<% articles.MoveNext %>
<% wend %>
|
|
| |
|
|