如果有一个页面是用window.showModalDialog打开的,例如
args = new Array();
args[0] = 1;
args[1] = 2;
window.showModalDialog('dialog.jsp',args);

在被调用的页面中
如果用javascript的window.dialogArguments是可以接收到参数的

返回值:

window.returnValue = "abc";    

相关文章:

  • 2021-10-05
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
猜你喜欢
  • 2021-11-13
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-10-26
  • 2021-08-21
  • 2022-12-23
相关资源
相似解决方案