Iframe内页高度赋给父页Iframe标签,这样就没有滚动条了Iframe和子页面的内容被覆盖:$('#crowdfunding_iframe',parent.document).attr("height",$(document.body).height());varheight=$(document.body).height()+30;if(height<600){height=600;}$('#crowdfunding_iframe',parent.document).attr("高度",height);$('#vertical_navigation',parent.document).css("高度",height);
