iframe的使用~

Posted java浪里小白龙

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iframe的使用~相关的知识,希望对你有一定的参考价值。

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的使用~的主要内容,如果未能解决你的问题,请参考以下文章

iframe标签的使用

如何使用 javascript 从 iframe 内部获取 iframe 的高度?具有多个 iframe 的页面呢?

在vue中使用iframe标签

为啥前端尽量少用iframe

当使用iframe使用时出现多层的嵌套,想要从内部直接跳转到外部

保护 iframe 免受其他人的侵害并为 iframe 使用一个域?