菜鸟教程 tryjsref_iframe_marginwidth 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <iframe id="myframe" src="demo_iframe.htm" marginheight="50" marginwidth="50">
<p>Your browser does not support iframes.</p>
</iframe>
<br><br>

<p>The value of the marginwidth attribute is:
<script>
document.write(document.getElementById("myframe").marginWidth);
</script>
</p><p>


</p>