2

我有一个扩展的 iframe,当打开时,我希望它根据内容调整大小。这是我的 iframe 逻辑。请问有什么建议吗?这是我的 iframe 脚本:

<div id="filterblock2" style="display:none;width:305px;">
<iframe id="Filters" frameBorder="0" width="370px"  height="1430px" style="display:block;"scrolling="no" src=""></iframe>
<script>
document.getElementById("Filters").src ="../cognosURLrun.outputFormat=&run.prompt=false&cv.toolbar=false&cv.header=false";
</script>
4

0 回答 0