看一看2段代码有什么错误?急,在线等待
第一段
dim array_checkbox
array_checkbox=array("","","","","","")
array_checkbox=request("checkbox")
for i=1 to 5
response.Write array_checkbox(i)
next
报的错: response.Write array_checkbox(i)这句类型不匹配
第二段
if (request.checkbox(0)).checked=true then
response.Write "ok"
end if
这段想判断复选狂的第0项有没有选中,但是不能成功
非常感谢各位高手