28,409
社区成员




<div>
<%
dim toppicrs,toppicsql
dim p,ll,t
set toppicrs=server.CreateObject("adodb.recordset")
toppicsql="select top 6 id,title,D_picture from zj_message where D_picture<>'' order by id desc"
toppicrs.open toppicsql,conn,1,3
do while not toppicrs.eof
if p="" then
p=toppicrs("D_picture")
ll="../market/articles.asp?id="&toppicrs("id")
t=toppicrs("title")
else
p=p&"|"&toppicrs("D_picture")
ll=ll&"|"&"../market/articles.asp?id="&toppicrs("id")
t=t&"|"&toppicrs("title")
end if
toppicrs.movenext
loop
toppicrs.close
set toppicrs=nothing
%>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="505" height="210">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="pixviewer.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<param name="menu" value="false"><param name=wmode value="opaque">
<param name="FlashVars" value="pics=<%=p%>&links=<%=ll%>&texts=<%=t%>&borderwidth=505&borderheight=210&textheight=0">
<embed src="pixviewer.swf" wmode="opaque" FlashVars="pics=<%=p%>&links=<%=ll%>&texts=<%=t%>&borderwidth=505&borderheight=210&textheight=0" menu="true" bgcolor="#FBFBFB" quality="high" width="505" height="210" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div> <!--连动图片结束-->