<[email=%@LANGUAGE=]%@LANGUAGE="VBSCRIPT[/email]" CODEPAGE="65001" %>
<% response.buffer = true %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<%
for i = 1 to 10
response.Write(i & " ")
if i = 5 then
response.redirect("http://www.baidu.com")
end if
next
%>
</body>
</html>
1 2 3 4 5
Response 对象 错误 'ASP 0156 : 80004005' HTTP 头错误
/asp/buf.asp,行 16已将 HTTP 头输出到客户端浏览器。任何对 HTTP 头的修改都必须在输出页内容之前进行。
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |