<input type= "button" value="Print" onclick="return PrintReport()" class="lbutton"/>
<iframe frameborder="0" height="768px" width="95%" id="loader" src="" name="loader"/>
function PrintReport()
{
document.getElementById('loader').contentWindow.document.execCommand('Print',false,null);
return false;
}
aspx ページを含む iframe ネーム ローダー (html テーブル レポート)
ボタンをクリックすると印刷が成功しますが、PDF形式でプレビューすると.
次に、html レポートに境界線の色と背景色がありません。
ie 8 の設定を確認して、背景色と画像を許可します。
印刷後にテーブルの境界線の色と背景色を取得する方法。