如何隐藏iframe

来源:互联网 发布:js 调用随机数 编辑:程序博客网 时间:2024/06/01 22:43

主页面隐藏iframe里的控件:



js语句为:

window.frames["dialogIframe"].document.getElementById("replyTR").style.display="none";
window.frames["dialogIframe"].document.getElementById("replyButton").style.display="none";