I know how to print a web page using Java, but a client wants to be able to print the entire site with the click of an image button.
Does anyone have any ideas about how I would go ahead and do that?
Printable View
I know how to print a web page using Java, but a client wants to be able to print the entire site with the click of an image button.
Does anyone have any ideas about how I would go ahead and do that?
My question to my client would be: why?
Because the client wants to be able to print the site all at once for their customers. They don't want to waste time going page by page and printing it.
I know it's silly, but I want to at least see if there isd a solution out there before I tell them "no."
Ok...have a look at this.
http://www.htmlgoodies.com/beyond/ja...le.php/3471121
Hack,
I appreicate the response, but the link you gave me is for printing one page using javascript. That I know.
I'm looking for javascript code that will allow the user to print the entire web site using an image button.
Thanks anyway, though.
But you would have to print the site one page at a time. I don't see any other way to do it.