|
|
<%
sql = "select NewsID, NewsTitle, NewsDateTime, NewsClicks from News_en order by NewsID desc"
a=myabsolutepage(sql, 10)
connclose
if counts<>0 then
for i=0 to num-1
title = a(1,i)
if len(title) > 30 then title = left(title,30) & "..."
%>
 |
 |
 |
<%next%>
<%end if%>
<%
sql = "select NewsID, NewsTitle, NewsDateTime, NewsClicks from News_en order by NewsID desc"
a=myabsolutepage(sql, 10)
connclose
if counts<>0 then
for i=0 to num-1
title = a(1,i)
if len(title) > 30 then title = left(title,30) & "..."
%>
 |
 |
 |
<%next%>
<%end if%>
|
|