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

如题所述

你好,
下面的方法可以实现的。
主页面: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();
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答