js 关于showModalDialog()问题
A页打开子页面B:
B页面调用
oWinD = showModalDialog("servicedesk/selectSettleEmployee.html",window,"center=yes;dialogWidth=560px;dialogHeight=260px;status=no;resizable=yes;help=no;scroll=no;");
调用的selectSettleEmployee.html页面是3级页面,
B页面有一个iCustomerID 全局变量
selectSettleEmployee.html页面获取参数 var parentWindow = window.dialogArguments;
parentWindow.iCustomerID报错找不到.本人很菜,不知道3级页面有什么问题
------解决方案--------------------本帖最后由 net_lover 于 2013-12-22 18:19:00 编辑
B页面有一个iCustomerID 全局变量
你的代码应该可以,你的代码怎么调用和定义的》?