标签:style blog class c code http
使用了iframe嵌套网页功能,这个使用在相册和留言板方面还是有用的。
使用方法如下:
一、页面内加入
<iframe height="330" src="URL" frameborder="0" width="420"></iframe>
scrolling表示是否显示页面滚动条,可选的参数为auto、yes、no,如果省略这个参数,则默认为auto。 二、超链接指向这个嵌入的网页,只要给这个iframe命名就可以了。
<iframe name="**">
方法是,例如我命名为aa, 写入这句HTML语言, 然后,网页上的超链接语句应该写为:
</iframe><iframe height="330" src="http://www.cnblogs.com" frameborder="0" width="500" name="aa"></iframe>
标签:style blog class c code http
原文地址:http://www.cnblogs.com/Tracy-zdy/p/3740357.html