1个小问题,100分请教!
<%USERID=session("USERID")%>
<%
Dim Rs1
Set Rs1=Conn.Execute("select COUNT(*) as TTTR from flow f,fileattrib a where f.fileid=a.fileid and f.addrto='"&USERID&"' and f.del<>'1' AND F.HAVEREAD='N'",CmdText)
%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="refresh" content="10; url=index1.asp" >
<meta NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
</head>
<%
BBB=RS1("TTTR")
页面每隔一段时间自动刷新,我现在希望做个判断,假如BBB数值变大,则
response.redirect "INDEX2.asp"
否则,继续本页
END IF
%>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>