2009-10-23 31 views

回答

1
var myIframe = $(document.frames['idIframe']); 

$(document).bind('resize', function() { 

    myIframe.attr("width", $(this).width()); 
    myIframe.attr("height", $(this).height()); 

}); 
相關問題