iframe标签的使用

1.嵌套页面:(火狐下可能变形)
   常用属性:src:嵌套路径 frameborder 边框 width height scrolling:滚动条 marginheight vspace:垂直边距 marginwidth hspace:水平边距

2.与<a>互连 点击<a>标签后iframe切换src

    <iframe name="dcs" src="http://www.baidu.com"  scrolling="no"></iframe>    
    <a href=“http://www.cnblogs.com” target="dcs" >博客园</a>

 

3.与<form>互联  实现局部刷新效果

<form name="formfile1" target="iframefile1" method="post" enctype="multipart/form-data" 
action="*.ashx"></form> <iframe style="display: none;" name="iframefile1"></iframe>

4.相关js操作 .contentWindow:本窗口

 

posted @ 2013-01-15 14:53  雄鹰低飞  阅读(536)  评论(0编辑  收藏  举报