現場描述:
我們在做查詢時經常會出現內外滾動條,業務操作起來比較不方便.
?
解決:
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){}
以上供大家參考。