現(xiàn)場描述:
我們在做查詢時(shí)經(jīng)常會出現(xiàn)內(nèi)外滾動條,業(yè)務(wù)操作起來比較不方便.
?
解決:
1、修改IFRAME
<IFRAME?name="result"?frameborder="0"?width="100%"?height="330"?style="height:expression(1);aho:expression(autoResize())"?scrolling="no"?marginheight="0"?marginwidth="0"?></IFRAME>
2、JS
function?autoResize(){
try{
? ??document.all["result"].style.height=result.document.body.scrollHeight
}catch(e){}
以上供大家參考。