javascript window.showModalDialog 怎么实现像window.open样的刷新
3个回答
展开全部
showModalDialog的第二个参数是一个参数列表,可以通过它把父窗口对象传过去
vReturnValue = window.showModalDialog(sURL [window] );
在子页面可以调用window.dialogArguments来取得传递进来的参数
window.dialogArguments[0]就是传过来的window对象
window.dialogArguments[0].location.refresh();
就可以刷新了
vReturnValue = window.showModalDialog(sURL [window] );
在子页面可以调用window.dialogArguments来取得传递进来的参数
window.dialogArguments[0]就是传过来的window对象
window.dialogArguments[0].location.refresh();
就可以刷新了
展开全部
页面A,页面B
页面A里用window.showModalDialog 方法打开页面B,如果想在页面B里想刷新页面A,则用方法 dialogArguments.location.reload();刷新本页面则用方法 window.location.reload();
页面A里用window.showModalDialog 方法打开页面B,如果想在页面B里想刷新页面A,则用方法 dialogArguments.location.reload();刷新本页面则用方法 window.location.reload();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
window.dialogArguments[0].location.refresh();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询