zoukankan
html css js c++ java
如何动态设置嵌套的iframe的高度?
<iframe height=0 width=0 id='ifm' style="display:no" src="a.aspx"></iframe>
js
document.ifm.style.display='';
document.all('ifm').height=400;
document.all('ifm').width=600;
邀月注:本文版权由邀月和博客园共同所有,转载请注明出处。
助人等于自助!
3w@live.cn
查看全文
相关阅读:
Mobile phones(poj1195)
Matrix(poj2155)
1080
1266
codeforces626D . Jerry's Protest
字符串格式化
附加MySQL数据库的方法
avaScript中变量的声明和赋值
选择法排序
JavaScript中变量的类型
原文地址:https://www.cnblogs.com/downmoon/p/1017858.html
最新文章
visual studio 加入zen-codding
asp.net结合html使用
ps无法存储为PNG
Python 类---魔法方法
深拷贝、浅拷贝
字节、字、位、比特的概念和关系【转发】
3942
Fast Matrix Operations(UVA)11992
(4329)Ping pong
数值计算
热门文章
染色问题
非010串
See you~(hdu1892)
Efim and Strange Grade
1248
Andrey and Problem
Soldier and Traveling
Array and Operations
1079
1452: [JSOI2009]Count
Copyright © 2011-2022 走看看