sp; //document.cookie = the_cookie;//写入Cookie<BR>} <BR> document.cookie = the_cookie + '; expires='+dateexpire; </script>"; HttpContext.Current.Response.Write(js); }
/// <summary> /// 函数名:GotoParentWindow /// 功能描述:返回父窗口 /// </summary> /// <param name="parentWindowUrl">父窗口</param> public static void GotoParentWindow(string parentWindowUrl) { string js=@"<Script language='JavaScript'> this.parent.location.replace('"+parentWindowUrl+"');</Script>"; HttpContext.Current.Response.Write(js); }
  << 上一页 [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] ... 下一页 >> |