I have two pages in a webpage and I want to print out the second page only.
page1
........
content
........
.......
end page 1
page 2
.......
content
......
.......
end page 2
I am using window.print() function it print both two pages but I want to print only second page page 2.
One solution is here that I always select second page on window print dialog box. But I want to do it automatically.
Thanks.