a mi me funciono asi
Cita: <html>
<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
Es mayor que cuatro<p><a href="si_menor.asp?variable=3">valor 3</a></p>
<p><a href="si_menor.asp?variable=5">valor 5</a></p>
<p>
<%
variable = request("variable")
variable =cInt(variable)
if variable > 4 then
texto = "si se cumple"
else
texto = "entro al else"
end if
%>
</p>
</body>
<p><%=texto%></p>
</html>
lo unico que tendrias que hacer es cambiar el reques por el record set