|
บทความล่าสุด จาก <%=(rsGlobals.Fields.Item("global_company").Value)%>
|
<%= FormatDateTime(date,1) %> |
|
<% IF rsFeatured.eof THEN %>
There are Currently
No Articles or Featured Article Has Not Been Selected.
<% ELSE %>
<%=(rsFeatured.Fields.Item("article_title").Value)%>
|
<% if rsFeatured.Fields.Item("article_image").Value <> "" then %>
" align=right border=0>
<% end if %>
<%=(rsFeatured.Fields.Item("article_date").Value)%>,
by <%=(rsFeatured.Fields.Item("article_author").Value)%>
<%=(rsFeatured.Fields.Item("article_body").Value)%>
|
|
| |
|
 |
|
| บทความใหม่ |
|
<%
While ((Repeat__numRows <> 0) AND (NOT rsArticles.EOF))
%>
<%
Repeat__index=Repeat__index+1
Repeat__numRows=Repeat__numRows-1
rsArticles.MoveNext()
Wend
%>
|
| บทความท๊อปฮิต |
|
<%
count=0
While ((Repeat2__numRows <> 0) AND (NOT rsPopular.EOF))
%>
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
Count = Count + 1
rsPopular.MoveNext()
Wend
%>
<% end if %>
|
|