搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

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.