关于 href的一个错误
chsal 2005-06-01 11:02:57 response.Write "<TR> <TD>附件</TD>"
'______________________________________________________________________________________
response.Write "<TD><A href=\"attach/attachment/" & session("name") & "/" & att.name & "\" target=_blank> " & att.name & " " & att.size &"字节</A></TD>"
'上面这句话是在一行上
'______________________________________________________________________________________
response.Write"</TR>"
错误类型:
Microsoft VBScript 编译器错误 (0x800A0401)
语句未结束
/read.asp, line 101, column 30
response.Write "<TD><A href=\"attach/attachment/" & session("name") & "/" & att.name & "\" target=_blank> " & att.name & " " & att.size &"字节</A></TD>"
-----------------------------^
到底是哪里怎么回事啊?为什么报错说语句未结束啊?