Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/07/2002, 09:25
Avatar de surferboy
surferboy
 
Fecha de Ingreso: febrero-2002
Ubicación: Wilde
Mensajes: 38
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: algo parecido al response.redirect

Sino trata de probar esto, anda igual:

Response.Redirect ("refresh.htm")

y la pagina refresh.htm:

<html>
<head>
<title>Untitled Document</title>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=selectp.asp">
</head>

<body bgcolor="#FFFFFF">

</body>
</html>