搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.