中山php|最優(yōu)網(wǎng)絡 :中山做網(wǎng)站 中山php建站
最優(yōu)良人
Posts Tagged With: iframe
讓框架iframe高度自適應,可自動撐開高度
2011/08/28 at 15:46 » Comments (215)
默認iframe框架是不能撐開高度的,如果需要讓框架高度自適應需要用js實現(xiàn) js代碼: var adjustIframe = function (id) { var iframe = document.getElementById(id) var idoc = iframe.contentWindow && iframe.contentWindow.document || iframe.contentDocument; var callback = ...more »