<%
sql = "select top 12 * from yqlj order by yorder desc"
rs.open sql,conn,1,1
For i = 1 To 12
If rs.eof Then
Exit For
If i Mod 4 = 2 Then response.write "
"
If i Mod 4 = 3 Then response.write "
"
If i Mod 4 = 4 Then response.write "
"
End if
If i Mod 4 = 1 And i <> 1 Then response.write "
Copyright(c)2008 WARGAME All Rights Reserved
电话:15046072711
QQ:673425194
地址:www.bflmsy.net
<%
Set fs=CreateObject("Scripting.FileSystemObject")
Set a=fs.openTextFile(server.mappath("count.txt"))
countstr=a.readline
countstr=countstr+1
Set a=fs.createTextfile(server.mappath("count.txt"))
a.writeline (countstr)
%>