Ver Mensaje Individual
  #6 (permalink)  
Antiguo 10/11/2005, 14:10
Avatar de JuanRAPerez
JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses
Puntos: 27
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
__________________
JuanRa Pérez
San Salvador, El Salvador