<script>
//实现IFRAME动态增长
function autoResize()
{
try
{
document.all["WLT_SELCET"].style.height=WLT_SELCET.document.body.scrollHeight;
}
catch(e){}
}
</script>
<iframe name="WLT_SELCET" src="./common/blank.html"  marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width=100% height="0" style="height:expression(1); aho:expression(autoResize())"> </iframe>