a1.asp

来自「物流管理系统,可以用于中小企业,建立自己的内部物流管理.」· ASP 代码 · 共 18 行

ASP
18
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?