08 2011 档案

摘要:问题: 在IE6下,如果前一个页面使用了window.location方法导航到第二个页面,那么第二个页面的Request.UrlReferrer将为空。但是IE6以上,FireFox,Chrome等不出现这个问题,使用window.location方法后第二个页面的Request.UrlRefer... 阅读全文
posted @ 2011-08-31 18:41 陌香 阅读(3158) 评论(1) 推荐(0)
摘要:Response.Cookies["name"].Value = name;写入cookiesTextBox3.Text = Request.Cookies["name"].Value;读取cookiesResponse.Cookies["name"].Expires = DateTime.Now;... 阅读全文
posted @ 2011-08-15 14:58 陌香 阅读(574) 评论(0) 推荐(1)