VB脚本问题请指点
sql="select jk_class.c_name,jk_sort.s_name,article.* from jk_class,jk_sort,article where jk_class.c_id=article.c_id and jk_sort.s_id=article.s_id and article.hidden=1 and article.id="&id
set rs=conn.execute(sql)
if rs.eof and rs.bof then
rs.close:set rs=nothing:close_conn
[b]call format_redirect("article.asp")[/b]';怎么每次执行的是这一句了
response.end
end if