大家帮忙看看,空上幻灯片哪里出了问题
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/conn.asp" -->
<%dim rs,sql '区分大小写
Set rs =Server.CreateObject("ADODB.RecordSet")
%>
<script type="text/javascript">
var swf_width=728
var swf_height=355
var text_height=0
<%sql="select * from model_content where pid=75 and cid=467 order by id desc"
rs.open sql,cnstr,1,2
while not eof
imgurl=imgurl+"after/uploadfile/"+rs("titleimg")+"|"
imgLink=imgLink+rs("Content")+"|"
rs.movenext
wend
imgurl=left(imgurl,len(imgurl)-1)
imgtext=left(imgtext,len(imgtext)-1)
imgLink=left(imgLink,len(imgLink)-1)
rs.close%>
var files='<%=imgurl%>'
var links='<%=imgLink%>'
var texts=''
document.write('<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="'+ swf_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="images/bcastr3.swf"><param name="quality" value="high">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'">');
document.write('<embed src="images/bcastr3.swf" wmode="opaque" FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'& menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');
</script>
--------------------编程问答--------------------
是不是转到JS区呢?
--------------------编程问答--------------------
http://topic.csdn.net/u/20100409/10/48899021-38ec-4ffb-978a-cf2796071a49.html
补充:.NET技术 , ASP.NET