关闭子页面刷新父页面中的gridview
框架页中的主体页面中的gridview通过window.showModalDialog一个子页面,现在子页面实现了添加功能后确定关闭,我现在就是要实现关闭子页面刷新父页面...
框架页中的主体页面中的gridview通过window.showModalDialog一个子页面,现在子页面实现了添加功能后确定关闭,我现在就是要实现关闭子页面刷新父页面的gridview,现在我在确定按钮时Response.Write("<script>alert ('成功!');window.opener.location.href=window.opener.location.href;window.close();</script>");,但是出现成功我确定后出现window.opener.location为空或不是对象
展开
2个回答
展开全部
//开窗
function showModal(guid)
{
var url="AdministratorOpenIntership.aspx";
if(guid!=null)
{
url=url+"?guid="+guid;
}
feature ="height=295, width=454, top=200, left=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no,center=yes ";
window.open (url, 'newwindow', feature);
window.location.reload(); //达到刷新父窗口的效果
return;
}
function showModal(guid)
{
var url="AdministratorOpenIntership.aspx";
if(guid!=null)
{
url=url+"?guid="+guid;
}
feature ="height=295, width=454, top=200, left=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no,center=yes ";
window.open (url, 'newwindow', feature);
window.location.reload(); //达到刷新父窗口的效果
return;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询