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='||'
不知道问题出哪里,请教高手