在bootstrap的标签页中嵌入iframe,页面只不能显示全,仅显示一个表框的大小

在bootstrap的标签页中嵌入iframe,页面只不能显示全,仅显示一个表框的大小,第1张

<script type="text/javascript" language="javascript">

$(function(){

resize()

$(window).resize(function(){

resize()

})

/* setTimeout(function(){

$("#centerContent").scrollTop(0)//通过scrollTop设置滚动到0位置

},5000)

*/

})

function load(){

$("iframe").contents().find("html,body").scrollTop(0)

}

</script>

function resize(){

var setHeight = $(window).height()-64-41

$('#centerContent').css('height',setHeight+'px')

}

网上都说用bootstrap代替ifream。

需求 :把页面划分成top(顶部导航栏),left(左侧导航栏),central(显示主体)三部分

ifame方案 :index页面,写好top,left内容,最后引入ifream,a标签中使用target属性跳转到iframe

bootstrap方案 :写公共的top.jsp, left.jsp 在每个页面中引入

好处:


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/8065115.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-13
下一篇 2023-04-13

发表评论

登录后才能评论

评论列表(0条)

保存