加入收藏-方便您以后查找网页特效哦
你的位置:
主页
>>
JS技巧
>>
iframe
动态改变iframe的宽度和高度
加入如下代码到body区域
<iframe id="frame1" src="1.htm" width="100px" height="100px"></iframe> <br> <input type="button" value="加宽" onclick="addWidth()"> <input type="button" value="加高" onclick="addHeight()"> <script language="javascript"> function addWidth() { var o=document.getElementById("frame1"); o.width=eval(o.width)+10; } function addHeight() { var o=document.getElementById("frame1"); o.height=eval(o.height)+10; } </script>
COPYRIGHT © 2003-2005 ALL RIGHTS RESERVED
业务联系
|
广告服务
|
网站建设
|
关于我们
|
免责声明
月光宝盒工作室
800*600