你自己再发挥一下:<script language="JavaScript"><!--
function printIframe()
{
  try
  {
    var printWindow = window.open("","_blank");
    var s = "<html>\r\n";
    s += "<head>";
    s += "<LINK href='css.css' type='text/css' rel='stylesheet'>";
    s += "<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>";
    s += "<meta content='F.R.Huang(meizz梅花雨)//www.meizz.com' name='author'>";
    s += "</head>";
    s += "<body><center><br>";
    s += "<div align=center style='width:96%'>";
    s += document.iframe1.document.body.innerHTML;
    s += "</div>";
    s += "</center></body>";
    s += "</html>";
    printWindow.document.write(s);
    printWindow.document.close();
    printWindow.window.print();
    printWindow.close();
  }
  catch(e)
  {
    alert("您的浏览器版本太低,请升级您的浏览器!");
  }
}
//--></script>
<input type=button value=printwin onclick="printIframe()"><br>
<iframe name=iframe1 src=tt.htm></iframe>