摘要: 1: Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest 2: If Not String.IsNullOrEmpty(HttpContext.Current.Request.QueryString("imageID")) Then 3: ... 阅读全文
posted @ 2008-04-14 20:42 Vincent Yang 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: Ref: http://www.dotnetjunkies.com/WebLog/dinakar/articles/12379.aspx Heres a small piece of code to force refresh the parent window from the child window after closing the child window, without hav... 阅读全文
posted @ 2008-04-14 10:50 Vincent Yang 阅读(569) 评论(0) 推荐(0) 编辑