/zxwz.asp代码页
<%set brs2=Server.CreateObject("ADODB.Recordset")
     ssql="select top 3 nxn,id,lx,yc,sj from wap_lm where CStr(yc)=0 and lx=6 order by sj desc"
  brs2.open ssql,conn,1,1
if brs2.eof then
   Response.write "<b>暂无最新文章</b>"
Else
For i=1 to 3
    spmc=left(brs2("nxn"),8)
   if len(brs2("nxn"))>8 then
    spmc=spmc+"。。"
   End if
    Response.write ""&i&".<a href='view.asp?id=" & brs2("id") & "'>" & ubb(spmc) & "</a><br/>"
    brs2.Movenext
  if brs2.EOF then Exit for
    Next
  End if
brs2.close
set brs2=nothing
%><%
'====================================================================
' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
' 程序制作:横云			  掌上校园收倾心整理收集于互联网,感谢你的支持!
' 升级时间: 2008-2-5  		主页地址:HTTP://wap.cnscu.cn
' E-Mail: cnscu@126.com   	客服QQ:554904632 QQ群:30493504 QQ群2:46659883
'====================================================================
%> 
字母检索
回到顶部