很简单的问题(上篇贴子没解决的)
如过字段AA为空就执行背景音乐
我这样写的
<%.........
While Not recordset.EOF
%>
<%if recordset("AA")="" then
response.write("<bgsound src=""http://10.82.46.8/zhidui/ling.wav"" border=""0">"")
end if
%>
<%
recordset.MoveNext
wend
recordset.close
connection.close
set recordset=nothing
set connection=nothing
%>
程序没有错误提示
但就是没声音
这是怎么搞的
声音文件也正常
单是加成背景音乐不循环也可以响的