如何在弹出的Iframe窗口中添加关闭按钮

2024-12-25 17:26:28
推荐回答(1个)
回答1:

你好,
下面的方法可以实现的。
主页面: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();