Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

when i print a div which contains a table of records ,it is print only one page

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: the-edmeister

more options

var mode = 'iframe';

       var close = mode == "popup";


       var options = { mode: mode, popClose: close };
       //debugger;
       $("#printdata").printArea(options);
var mode = 'iframe'; var close = mode == "popup"; var options = { mode: mode, popClose: close }; //debugger; $("#printdata").printArea(options);

すべての返信 (1)

more options

Probably due to a long standing Bug where the iframe extends beyond the first printed page and all that prints is the first page.