%
server.Execute "/NoHACK1.asp"
dim sql, rs, rs1, i
sql = "SELECT * from DL_Download where D_Show = 'Y' order by AddTime desc , AutoID desc"
set rs = GetRecordset(sql)
%>
<% if rs("D_Out") = "Y" then ' 若有 站外載點
sql = "select * from DL_Download_Out where D_ID=" & CStr(rs("AutoID")) & " order by autoid"
set rs1 = GetRecordset(sql)
%>