Microsoft VBScript 编译器错误 '800a0409'

来源:百度知道 编辑:UC知道 时间:2024/06/22 19:07:19
Microsoft VBScript 编译器错误 '800a0409'

未结束的字符串常量

\wwwroot\bbs\inc\bbsInc.asp, line 638

IE这样提示,
638行是: Response.write "<DIV style=""LINE-HEIGHT: 22px; HEIGHT: 22px""><DIV style=""FLOAT: left;padding-top:5px;"">"&integImg&"</DIV><B

639行是: "&MainInfo(3)&"%><!--#Include File="html/hiwebad/Ad69.html"-->"<%&MainInfo(2)&"</B></DIV>"&vbcr

本来是一行的,我给加入代码就成这样了,还请指教。

Response.write "<DIV style=""LINE-HEIGHT: 22px; HEIGHT: 22px""><DIV style=""FLOAT: left;padding-top:5px;"">" & integImg & "</DIV>"
Response.write "<B>" & MainInfo(3)
%>
<!--#Include File="html/hiwebad/Ad69.html"-->
<%
Response.write MainInfo(2) & "</B></DIV>" & vbcr

你要先登录到服务器空间,将源文件下载下来,进行修改,改正后再上传到服务器上覆盖原来的文件.

const banner="<marquee direction=up height=200 scrollamount=1 scrolldelay=90 width=100

这句改成:
const banner="<marquee direction=up height=200 scrollamount=1 scrolldelay=90 width=100>"