标题:ASP首页调用SQL数据库图片不显示
取消只看楼主
cqy701
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2010-6-1
结帖率:100%
 问题点数:0 回复次数:0 
ASP首页调用SQL数据库图片不显示
<script>
titleBgPosition=2
var swf_width="230"
var swf_height="140"   
var files='<%=(h1.Fields.Item("hpic").Value)%>|<%=(h2.Fields.Item("hpic").Value)%>|<%=(h3.Fields.Item("hpic").Value)%>'
var links='<%=(h1.Fields.Item("hurl").Value)%>|<%=(h2.Fields.Item("hurl").Value)%>|<%=(h3.Fields.Item("hurl").Value)%>'
var texts='<%=(h1.Fields.Item("hmc").Value)%>|<%=(h2.Fields.Item("hmc").Value)%>|<%=(h3.Fields.Item("hmc").Value)%>'
document.write('<object classid="clsid:d27cdb6e-11cf-96b8-444553540000" codebase="http://fpdownload.,0,0,0" width="'+swf_width+'"height="'+swf_height+'">');
document.write('<param name="movie" value="swf.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+'&menu="false""quality="high" width="'+swf_width+'"height="'+swf_height+'" type="application/x-shockwave-flash"pluginspage="http://www.');
document.write('</object>');
      </script>

以上代码是在首页显示幻灯片的代码,但运行后图片位置出现叉号,查看源文件 红色代码部分 为var links='||'
不知道问题出哪里,请教高手
搜索更多相关主题的帖子: SQL 首页 ASP 数据库 
2010-06-01 20:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-308971-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.254489 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved