📄 a1.asp
字号:
<%@ codepage ="936" %>
<!--#include file="../inc/config.asp"-->
<!--#include file="../conn/dbconn1.asp"-->
<!--#include file="config.asp"-->
<%
const TbMax=1
const w=581
const h=115
tbsql="select * from banner where bz=8 order by LinkID"
Set tbrs= Server.CreateObject("ADODB.Recordset")
tbrs.open tbsql,conn,1,1
if tbrs.eof then
else
if tbrs("type1")="GIF" then
%>
<%if tbrs("web")<>"" then%>
<A HREF="<%=tbrs("web")%>" target=_blank><img alt="<%=tbrs("deseriptor")%>" src="<%=tbrs("picurl")%>" border=0 align=middle width=<%=w%> height=<%=h%>></A><%else%><img alt="<%=tbrs("deseriptor")%>" src="<%=tbrs("picurl")%>" border=0 align=middle width=<%=w%> height=<%=h%>><%end if%><%else%><embed src="<%=tbrs("picurl")%>" type="application/x-shockwave-flash" width=<%=w%> height=<%=h%> align="center"><%end if%><%end if%><BODY text=#000000 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -