用代码控制框架的大小.htm

来自「=== === === === JavaScript经典源代码收集」· HTM 代码 · 共 17 行

HTM
17
字号
<iframe id="hehe"></iframe><script>function changesize(size){document.all.tags("IFRAME")[0].height=size;}</script><br><input type=button name="v400" value="400" onclick='changesize(400);'><input type=button name="v100" value="100" onclick='changesize(100);'><br><iframe id=frame1 style=width:500;height:300></iframe><br><input type="button" value="变" onclick="document.all.frame1.style.width='200'"><br><iframe name="ff" height="400"></iframe><input type="button" value="Test" onClick="(document.all('ff').height==400)?document.all('ff').height=100:document.all('ff').height=400"><br><iframe id=frame2 style=width:400;height:300></iframe><input type="checkbox" onclick="document.all.frame2.style.width=(checked?200:400)">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?