sy.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%set objgbrs=Server.CreateObject("ADODB.Recordset")
  2.   ssql="select top 8 * from cnscu_yl order by ttvv desc "
  3.   objgbrs.open ssql,conn,1,1
  4. if objgbrs.eof then
  5. Response.write "<b>暂无首链</b>"
  6. else
  7. For i=1 to 8
  8. if objgbrs("zt")="1" then
  9. Response.write "<a href='youcl.asp?id=" & objgbrs("id") & "'>" & objgbrs("syname") &"</a> "
  10. else
  11. Response.write "" & objgbrs("syname") &" "
  12. end if
  13. objgbrs.Movenext
  14. if objgbrs.EOF then Exit for
  15.     Next
  16.   End if
  17. %><%
  18. '====================================================================
  19. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  20. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  21. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  22. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  23. '====================================================================
  24. %>