Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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.