HI
I used this code for printing whole page
function Print() {
window.print();
}
but there is aproblem when I click on button to print page It print image that are in page but it did't print div's background image ?
HOw I can solve this problem?
Thanks