请问“语句未结束”是哪里的问题?
源代码:
<%if rs("lei")=1 then
’第四十行 response write"<input type="radio" name="lei" value="radiobutton" checked>公司新闻<input type="radio" name="lei" value="radiobutton"> " ’第四十行
else
response.write"<input type='radio' name='lei' value='radiobutton' >公司新闻<input type='radio' name='lei' value='radiobutton' checked>行业新闻"
end if%>
错误提示:
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/iisHelp/common/500-100.asp,行242
Microsoft VBScript 编译器错误 错误 '800a0401'
语句未结束
/hnzd/admin/viewnews.asp,行40
response write"<input type="radio" name="lei" value="radiobutton" checked>公司新闻<input type="radio" name="lei" value="radiobutton"> "
----------^