$(window.parent.document).find("#ctl00_cph_context_IFrame1").load(
      function(){
        var main = $(window.parent.document).find("#ctl00_cph_context_IFrame1");
        var thisheight = $(document).height()+30;
        main.height(thisheight);
      });

相关文章: