//iframe的高度自動增大。 function autoResize() { try { document.all["docFrame01"].style.height=docFrame01.document.body.scrollHeight; }catch(e){} } document.write (""); document.write ("");