求教ASP代码问题
我想把一个单选组放在response.write里和数据库里的一些数据一起输出response.Write("<tr><td>"&rs.fields("id")&"</td><td>"&rs.fields("questions")&"</td> <td><label>
<input type="radio" name="RadioGroup2" value="单选" id="RadioGroup2_0" />
单选</label>
<label>
<input type="radio" name="RadioGroup2" value="单选" id="RadioGroup2_1" />
单选</label>
<label>
<input type="radio" name="RadioGroup2" value="单选" id="RadioGroup2_2" />
单选</label></td></tr>")
但是总是报错
Microsoft VBScript 编译器错误 '800a0409'
未结束的字符串常量
\index.asp, line 24
我不知道还应该加什么,求教