增加一些资讯与QQ关联
window.open一个页面
点上选中的资讯,click确定
成功后转到第3个页面
弹出MESSAGE的页面代码
if(window.opener!=null){
alert('<%=message.get(0)%>');
window.opener.close();
window.opener.parent.frames["modelcontentDetail"].location.reload();
window.close();
}
成功的刷新了下面的Frame