if rs2.bof and rs2.eof then
response.write "继续添加数据!"
else
if rs2("GZ_TI")=MyDate and rs2("GZ_User_ID")=Request.QueryString("id") then
response.write "<font color='ff0000'>重复</font>"
else
end if
中间太长,省略。。。
以上2个IF都是为了屏蔽这中间省略部分。
如果为真的情况是不要红色的判断,这中间部分要保留。。。
红色部分又是判断是否重复的,真的是搞晕了。。。
哪位高人指点下如何区分开啊?
end if