<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页面向下滚动一定距离,这里设为5pxdocument.getElementById("b").body.scrollTop += 5
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)