博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

iframe自适应高度收藏

Posted on 2009-03-16 16:43  ^_^木头人  阅读(106)  评论(0)    收藏  举报

iframe自适应高度


<iframe name="pindex" src="index.asp" frameborder=false scrolling="auto" width="100%" height="100%" frameborder=no onload="document.all['pindex'].style.height=pindex.document.body.scrollHeight" ></iframe>

iframe(嵌入式帧)自适应高度
填写的嵌入地址一定要和本页面在同一个站点上,否则会提示“拒绝访问!”。对跨域引用有权限问题,请查阅其他资料。
<iframe name="guestbook" src="gbook/index.asp" scrolling=no width="100%" height="100%" frameborder=no onload="document.all['guestbook'].style.height=guestbook.document.body.scrollHeight"></iframe>