S
songguolong
Unregistered / Unconfirmed
GUEST, unregistred user!
SaveUserCookie(Response);//置cookie
Response.SendResponse;//传到客户端
Response.SendRedirect(Gdhost + 'up.htm');//重定向
结果在出现客户端出现:
HTTP/1.1 302 Object Moved Location: http://sgl/gd/up.htm Server:
Microsoft-IIS/4.0 Content-Type: text/html Connection: close
Content-Length: 113
目标已移动
这是什么原因?
应该怎么写?谢谢!
Response.SendResponse;//传到客户端
Response.SendRedirect(Gdhost + 'up.htm');//重定向
结果在出现客户端出现:
HTTP/1.1 302 Object Moved Location: http://sgl/gd/up.htm Server:
Microsoft-IIS/4.0 Content-Type: text/html Connection: close
Content-Length: 113
目标已移动
这是什么原因?
应该怎么写?谢谢!