在牛人帮助的情况下终于搞定的
prototype window是iframe实现的
win = new Window([color=red]'popup'[/color],{className: "alphacube", width:900, height:500, top:70, left:100,
url:"popup.jsp"});
这里window的id是[color=red]'popup'[/color],实际弹出子页面的iframe为 [color=red]'popup_content'[/color]
在closeCallback方法中直接使用window.frames["popup_content"].document.getElementById("abc").value取值
prototype window是iframe实现的
win = new Window([color=red]'popup'[/color],{className: "alphacube", width:900, height:500, top:70, left:100,
url:"popup.jsp"});
这里window的id是[color=red]'popup'[/color],实际弹出子页面的iframe为 [color=red]'popup_content'[/color]
在closeCallback方法中直接使用window.frames["popup_content"].document.getElementById("abc").value取值