Hola juanmi321, gracias por responder:
Hice esto, como me dijiste:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@LANGUAGE="JAVASCRIPT"%>
<%
var url = Request.ServerVariables("HTTP_REFERER");
if (url == "http://www.mipagina.com/productos.asp"){Response.Redirect("http://www.mipagina.com");}
%>
<html>
<head></head>
<body></body>
</html>
pero no hace nada, como que no toma bien eso. Sabes como solucionarlo ??
Gracias nuevamente.