惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
G
Google Developers Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
爱范儿
爱范儿
B
Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园_首页
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

博客园 - Suntears

InputBox函数用法 MsgBox用法 【转】我的悲哀——虽然是转载,但同样是我自己的悲哀 asp.net中将DataTable根据xslt生成html静态页面,支持分页 javascript中keyCode代码对应表(函数实现) - Suntears - 博客园 asp.net+ajax多线程进度条的实现 - Suntears - 博客园 asp.net进度条的实现(附demo) asp.net进度条的实现(纯个人收藏) 高度获得相关代码 - Suntears - 博客园 c#去除url中的param参数的函数 - Suntears - 博客园 如何实现js的重载 临时让别人登录你的qq邮箱,却又不想让他知道密码的方法 在url中去除指定参数的c#代码 asp.net中面向对象传值方法 如何在webform.aspx.cs中控制用户控件的属性 eBay起家 如何向用户控件传递参数 [转]asp.net中窗口相关操作总结(javascript) [转]JavaScript页面跳转常用代码
如何让一个iframe自动调整大小
Suntears · 2006-12-06 · via 博客园 - Suntears

例:   
  index.htm  
  =======================================
  <html> 
  <body>  
  <iframe   id="iframe1"   height='100'   src="iframe.htm"></iframe>  
  </body> 
  </html>
    
  iframe.htm  
  ========================================  
   
  <body   onload="parent.window.document.all.iframe1.height=document.all.tb.clientHeight   +   40">  
  <table   id=tb>  
  <tr>  
  <td>   
  </td>  
  </tr>  
  </table>  

posted on 2006-12-06 09:54  Suntears  阅读(1146)  评论(0)    收藏  举报