<!
<!DOCTYPE html PUBLIC "
<html xmlns="
<head>
<meta http
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="" rel="stylesheet" type="text/css" />
<style type="text/css">
<!
#web {margin
</style>
</head>
<body>
<div id="web">
<div class="A">
<ul>
<%
i=
set rs=server
sql ="select * from 表 order by 日期 Desc"
rs
if rs
%>
沒有文章
<%
else
do while not rs
%>
<li><a href="<%=rs("路徑")%>" target="_blank"><%=rs("標題")%></a></li>
<%
i=i+
if i>=
rs
loop
end if
rs
%>
</ul>
</div>
<!
<div class="B"><br/>廣告位置</div>
<div class="A">
<ul>
<%
i=
set rs=server
sql ="select * from 表 where 自動排列字段 not in (select top
rs
if rs
%>
沒有文章
<%
else
do while not rs
%>
<li><a href="<%=rs("路徑")%>" target="_blank"><%=rs("標題")%></a></li>
<%
i=i+
if i>=
rs
loop
end if
rs
%>
</ul>
</div>
</div>
</body>
</html>
From:http://tw.wingwit.com/Article/program/net/201311/14165.html