JBTALKS.CC

标题: Response.AddHeader [打印本页]

作者: goodday    时间: 2009-8-15 01:05 AM
标题: Response.AddHeader
Response.AddHeader("content-type","application/x-msdownload");
Response.AddHeader("Content-Disposition","attachment;filename=要下載的文件名.rar");

从server output 指定的名


Response.AddHeader "REFRESH", "60;URL=newpath/newpage.asp"

自动refresh page 60秒

Response.Status = "302 Object Moved"
Response.Addheader "Location", "http://www.yahoo.com"

和response.redirect("http://www.yahoo.com")  一样的

Response.Status= "401 Unauthorized"
Response.Addheader "WWW-Authenticate", "BASIC"

跳出login 的

Response.Expires = 0
Response.ExpiresAbsolute = Now() - 1
Response.Addheader "pragma","no-cache"
Response.Addheader "cache-control","private"
Response.CacheControl = "no-cache"

这个page不要 cache

每天忘记,这边记录一下
作者: Super-Tomato    时间: 2009-8-15 01:09 AM
原帖由 goodday 于 2009-8-15 01:05 AM 发表
Response.AddHeader("content-type","application/x-msdownload");
Response.AddHeader("Content-Disposition","attachment;filename=要下載的文件名.rar");

从server output 指定的名


Response.Add ...


哈... 那麼就寫成個動態連結庫或函數方便呼叫吧, 不然每次都要去翻 header 的參數浪費時間
作者: goodhermit95    时间: 2009-8-15 02:17 PM
标题: 回复 #1 goodday 的帖子
不喜欢多多dll可以用ILMERGE来解决

ILMERGE <- 爱上他了
作者: goodday    时间: 2009-8-15 02:19 PM
自己的DLL 那出来的  通常忘记自己原来有这个的
顺便  分享咯

Response.Status = "302 Object Moved"
Response.Addheader "Location", "http://www.yahoo.com"

和 php 的

header("Location","http://www.yahoo.com");

一样的
要深入的研究还能最什么
要找 http 的 RFC




欢迎光临 JBTALKS.CC (https://www.jbtalks.cc/) Powered by Discuz! X2.5