I have tried javascript window.print() It prints the full page content including the print button on the page.
thanks in advance for any solution and help
|
I have tried javascript thanks in advance for any solution and help |
||||
|
|
|
You require to create new style sheet print.css and set for example :
for more detail : Print a doument with CSS |
|||||
|
|
|
A List Apart has a very good article about this. |
|||
|
|
|
Create an iframe and copy your text into it. then you can call the print-function of this, in the iframe embedded window or see: String.print() |
||||
|
|