HI there
I used below code to print whole webpage
function Print() {
window.print();
}
but this code didn't print div's background image or color is there any other code that print background image?
Refer
http://stackoverflow.com/questions/596876/how-can-i-print-background-images-in-ff-or-ie
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.