ASP首页调用SQL数据库图片不显示 10
代码如下,请帮我修改一下,谢谢!<script>titlebgposition=2varswf_width="960"varswf_weight="100"varfile...
代码如下,请帮我修改一下,谢谢!
<script>
titlebgposition=2
var swf_width="960"
var swf_weight="100"
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.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="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.macromedia.com/go/getflashplayer"/>');
document.write('</object>');
</script></td> 展开
<script>
titlebgposition=2
var swf_width="960"
var swf_weight="100"
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.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="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.macromedia.com/go/getflashplayer"/>');
document.write('</object>');
</script></td> 展开
3个回答
展开全部
你这个是那种flash新闻吧?
你<%=(h1.Fields.Item("hmc").Value)%>是记录集中的字段值?
这么写多麻烦啊
你直接<%=rs("字段名")%>就可以了,你运行后查看网页源文件,看看
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)%>'
这里有没有值。就知道啦。
你<%=(h1.Fields.Item("hmc").Value)%>是记录集中的字段值?
这么写多麻烦啊
你直接<%=rs("字段名")%>就可以了,你运行后查看网页源文件,看看
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)%>'
这里有没有值。就知道啦。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你这个是那种flash新闻吧? 你<%=(h1.Fields.Item("hmc").Value)%>是记录集中的字段值? 这么写多麻烦啊 你直接<%=rs("字段名")%>就可以了,你运行后查看网页源文件,看看
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)%>'
这里有没有值。就知道啦。
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)%>'
这里有没有值。就知道啦。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
一般出这样的问题都是路径问题:
1、打印图片地址;
2、查看那个地址物理地址下有无对应的图片文件;
3、绝对路径和相对路径的问题,例如 ../images images /images 的区别;
1、打印图片地址;
2、查看那个地址物理地址下有无对应的图片文件;
3、绝对路径和相对路径的问题,例如 ../images images /images 的区别;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询