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

如何在d出的Iframe窗口中添加关闭按钮,第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()

<input type="button" onclick="javascript:window.top.close()" value="关闭" />

使用以上按钮(代码)放在IFRAME页面中即可


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11446049.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-16
下一篇 2023-05-16

发表评论

登录后才能评论

评论列表(0条)

保存