软讯网络 > 网站建设 > 服务器相关 > 刷新父页面
【标 题】:刷新父页面
【关键字】:
【来 源】:http://blog.chinaunix.net/article.php?articleId=16838&blogId=5142
刷新父页面
this.Response.Write(
"<script language=\"javascript\">alert('创建成功');" +
"if (window.opener!=null) window.opener.location=window.opener.location;window.opener=null;window.close();" +
"</script>");
【相关文章】
没有相关文章