Using Javascript I can use the Window.print() function to open a print
dialog box.
I want to print a different page however, without loading it up first.
Is there any way of using output buffering or similar to pipe the page
result to the browser for printing?
dialog box.
I want to print a different page however, without loading it up first.
Is there any way of using output buffering or similar to pipe the page
result to the browser for printing?
Comment