Posted in Javascript onSeptember 11, 2013
<iframe src="main_folder.aspx" class="global_main" scrolling="auto" frameborder="0" name="main"></iframe>
/*自动宽度*/ global.autoWidth = function () { //global_main $(".global_main").height($(window).height() - $(".global_header").eq(0).outerHeight()); $('.global_main').width($(window).width() - $('.global_slide').eq(0).outerWidth()).show(); };
自动设置iframe大小的jQuery代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@