注册
找回密码
账号 记住
2408
11
6496
191
251
试试以下修改方式
if not conn.execute("select id from ks_comment where infoid=" & infoid & " and channelid=" & channelid & " and username='" & username & "'").eof then
response.write "<script>alert('你已发表过了!');</script>" :response.end
end if