北京汽车金融贷款:帮我看个代码 是哪错了

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/06 20:42:06
<!--#Include File="QQCF_Conn.Asp"-->
<HTML><HEAD><TITLE>格子网</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="style.css" type=text/css rel=stylesheet>
<script language=JavaScript src="drawDiv.js"></script>
<script language=javascript src=mouse_on_title.js></script>
</HEAD>
<BODY leftMargin=0 topMargin=3 bgcolor="#FFFFFF">
<TABLE cellSpacing=0 cellPadding=0 width=1002 align=center border=0>
<TR><TD vAlign=top background=images/tblbg.gif width=1002>
<DIV onmousemove=drawDiv() id=imgs>
<%
set rs = server.createobject("adodb.recordset")
sql = "select * from WWW_QQCF_COM_CfWztg_AD where AdState='2'"
rs.open sql,conn,1,1
if not (rs.eof and rs.bof) then
do while not rs.eof
hang1=int(rs("hang1"))
lie1=int(rs("lie1"))
ad_url=rs("AD_Url")
img=rs("img")
ad=rs("ad")
if url<>"" then response.write "<A href="&AD_Url&" target=_blank>"
%>
<IMG src=<%=img%> width=100 height=100 border=0 style="POSITION: absolute; LEFT: <%=(lie1-1)*100-10%>px; TOP: <%=

(hang1-1)*100+5%>px" alt="<%=ad%>"> </A>
<%
rs.movenext
loop
end if
set rs=nothing
%>
</DIV>
<DIV id=popup style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; Z-INDEX: 2; LEFT: 82px; BORDER-LEFT: 0px; WIDTH: 100px; BORDER-

BOTTOM: 0px; POSITION: absolute; TOP: -39px; HEIGHT: 25px">
<TABLE class=textFont cellSpacing=0 cellPadding=0 width=100% border=0>
<TR><TD style="COLOR: gray"><SPAN id=Ytext>行:100</SPAN> <SPAN id=Xtext>列:100</SPAN></TD></TR>
</TABLE>
</DIV>
</td></tr></TABLE>

AdState是什么类型?