window.parent.location='XXX.aspx'
if(window.opener)window.opener.reload();
Response.Write("<script>parent.location.href=parent.location.href</script>");
window.parent.location.reload()
让打开这个窗口的父窗口刷新,然后本子窗口关闭!
window.parent.HideThisDiv()
应该是让打开这个窗口的父窗口的某个DIV影藏
javascript:history.back()
就是后退啊!和浏览器里面的后退按钮一样!javascript:history.back(-1)就是后退一页
-----------
呵呵··
parent.location.reload();