Cant see images on print preview
Posted
by
Viren
on Stack Overflow
See other posts from Stack Overflow
or by Viren
Published on 2012-04-07T09:17:11Z
Indexed on
2012/04/07
11:29 UTC
Read the original article
Hit count: 257
I been ask to lay a page where user can click on print option to print that page
All the code is hooked up the print command works with one exception the images on web page arent getting reflected in print preview . there isnt any special stylesheet applied for printing to be specific the page has no stylesheet
The code for print is given below
<a href="javascript:window.print()">Print</a>
Attaching the screenshot of the page
And the print preview page for better understanding
Note : Each images along with qrcode code is render using iframe so what you in web page contain 2 iframe each row to display qrode along with images of a products
© Stack Overflow or respective owner