下面的方法可以实现的。
主页面:eval($ms=$.msgbox({ height: 400, width: 450, content: { type: 'iframe',
content: 'GoodsMessageInfo.aspx?GoodID=' + GoodID + '&GoodName=' + escape(GoodName) + '&Content=' + escape(Content)
},
title: '回答咨询:', onAjaxed: function (data) { return true}
}))
top.$ms.close()
<input type="button" onclick="javascript:window.top.close()" value="关闭" />使用以上按钮(代码)放在IFRAME页面中即可
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)