iframe里面放button

iframe里面放button,第1张

iframe里通常放页面

<iframe id="ti" runat="server" src="其他页面.aspx">

</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()

其实就是调整iframe的scrollTop,例如下面是向下按钮所触发的函数:

//b页面向下滚动一定距离,这里设为5px

document.getElementById("b").body.scrollTop += 5


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

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

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

发表评论

登录后才能评论

评论列表(0条)

保存