📄 cpzs.asp
字号:
<%@ codepage ="936" %><!--#include file="../conn/dbconn1.asp"--><!--#include file="config.asp"--><%const TbMax=1tbsql="select * from banner where bz=2 order by LinkID"Set tbrs= Server.CreateObject("ADODB.Recordset") tbrs.open tbsql,conn,1,1 %><%do while not tbrs.eof%> document.write('<a href="<%=tbrs("web")%>"><img border=0 src="<%=PicUrl+tbrs("picurl")%>" alt="<%=tbrs("deseriptor")%>" width="180" height="65"></a> ')<% b=b+1 if b>=TbMax then exit do tbrs.movenext loop tbrs.close set tbrs=nothingconn.closeset conn=nothing %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -