Javascript中,showModalDialog方法如何刷新主窗体?
2个回答
2016-01-12
展开全部
to
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
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();
就可以刷新了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询