码迷,mamicode.com
首页 > 其他好文 > 详细

iframe的使用~

时间:2017-11-01 15:40:35      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:tran   col   区域   地址   location   enc   win   bsp   href   

1.某个按钮的点击:currentF(123);

2.function currentF(guid){
  var url = "<%=request.getContextPath()%>/aaaa/bbbb_ccc.html?guid="+guid; //此地址即为想展示的页面进入action
  window.frames["property_con"].location.href = url;
}

3.在想显示的区域布置上iframe

<iframe name="property_con"  allowTransparency="true" src="#" width="100%" height="800px" frameborder="0" marginwidth="0" marginheight="0" ></iframe>

iframe的使用~

标签:tran   col   区域   地址   location   enc   win   bsp   href   

原文地址:http://www.cnblogs.com/jiangbotao233/p/7766693.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!