求教生成html页面fw.writeline"的问题

来源:百度知道 编辑:UC知道 时间:2024/05/13 14:41:29
fw.writeline("<TABLE width=478 border=0 align=center cellPadding=0 cellSpacing=0><TR><TD height=30 align=center

background=/images/conner_02.gif> </TD><TD background=../images/bg_title.gif align=center>www.Haoareyou.Com 请将它送给您

QQ上好个以上的好友吧~! <script>document.write(""<a href="&rs("url")&">"")</script>   下载此歌</a> </TD><TD

align=center background=../images/conner_03.gif> </TD></TR></TABLE>")
fw.writeline" <table width=468 border=0 align=center cellpadding=0 cellspacing=0>"
fw.writeline"<tr><td height=60 >"
fw.writeline"<embed type=audio/mpeg loop="true" autostart="true" width="400" height="399" src=""&rs("u

fw.writeline"<embed type=audio/mpeg loop="true" autostart="true" width="400" height="399" src=""&rs("url")&"">"

这里的引号有问题。

你的本意是在文本中写入:
<embed type=audio/mpeg loop="true" autostart="true" width="400" height="399" src="vvv">
请使用两个“""”,即改为:
fw.writeline"<embed type=audio/mpeg loop=""true"" autostart=""true"" width=""400"" height=""399"" src="""&rs("url")&""">"

fw.writeline"<embed type=audio/mpeg loop="true" autostart="true" width="400" height="399" src=""&rs("url")&" >""

引号不配对