Tema: Redirecionar
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/07/2002, 15:06
Renegado
 
Fecha de Ingreso: febrero-2002
Ubicación: Santiago
Mensajes: 253
Antigüedad: 23 años, 4 meses
Puntos: 0
Re: Redirecionar

ESTE ES EL CODIGO QUE LO LLAMO DE OTRA PAGINA, NECESITO QUE LO REDIRIGA A LA PAGINA QUE ESTA EN EL RESPONSE

<html>
<head>
<title>Untitled Document</title>
</head>

<body bgcolor="#006699" text="#000000">
<% response.redirect("crear_financista.asp" ) %>
</body>
</html>

ESTE ES EL ERROR QUE MANDA


Response object error 'ASP 0156 : 80004005'

Header Error

/sagef/principal.asp, line 7

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.