[求助]大家帮我看看这个判断对不对。
<%set rs=conn.execute("select top 1 * from ehvu_www_tongzi order by tz_id desc")if cdate(rs("tz_times"))<date() or cdate(rs("tz_times"))=date() or cdate(rs("tz_timee"))>date() or cdate(rs("tz_timee"))=date() then%>
<SCRIPT language=javascript>
window.open('tongzi.asp', 'windowName', 'height=350, width=400, top=0,left=0, toolbar=no, menubar=no,scrollbars=yes,resizable=no,location=no,status=no');
</script>
<%end if
rs.close
set rs=nothing%>
[此贴子已经被作者于2007-1-22 16:43:28编辑过]