Application Development

Software technique, Skills & Applications

html 包含另一个html December 31, 2011

Filed under: css — meetme @ 4:45 am

<iframe   id= “frm ”   frameborder=0   src= “***.htm ”   height=320   width=570
scroll=no   > </iframe>

使用iframe比较简单,它可以强制一个HTML页面镶嵌在另一个页面中,类似于是用 object控件将Flash电影、录像、或者MP3播放器嵌入一个页面中。使用iframe,用户端不需要开启Javascript功能。但不利的方面 是iframe有固定的高度和宽度,不能随着被嵌入页面的大小而改变。当被嵌入页面大于给定高宽度时,会显示滚动条(当然你也可以使用 scrolling = “no” 来强制滚动条不显示,但这样页面内容会显示不完整),影响页面美观。另外就是搜索引擎可能不收录iframe引用的页面,不利网站推广。

Advertisement
 

 
Follow

Get every new post delivered to your Inbox.