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.