如何在弹出的Iframe窗口中添加关闭按钮
发布网友
发布时间:2022-05-05 07:10
我来回答
共1个回答
热心网友
时间:2023-08-16 09:54
你好,
下面的方法可以实现的。
主页面: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();