We have a print functionality on our application which we implement through JavaScript window.print
where in we print those pages which have records to be displayed. Some of these pages have pagination which have records greater than 20.
The functinality works fine in almost all browers except IE 7, in which either the print popup does not open when the page has pagination or if it opens an empty page is printed.
Any pointers to deal with such a problem?