摘要:
在主程序中用以下javascriptfunction calcIFrameHeight(id) { //find the height of the internal page var theHeight= document.getElementById(id).contentWindow. document.body.scrollHeight; //change the height of the iframe document.getElementById(id).height = theHeight + 50; }在iframe中用if (this.frameElement != nu. 阅读全文
posted @ 2011-09-22 10:26
by1455
阅读(262)
评论(0)
推荐(0)
浙公网安备 33010602011771号