hello,
i would like to print my preview page. on the left there's the menus and other stuff that should not be printed.
<input type="button" value="Print" onClick="javascript:window.print();"> is not a solution for me.
what i am thinking about is opening a new document(invisible), write the info in and then print.
how can i do all this, and is it possible ?
thanks
i would like to print my preview page. on the left there's the menus and other stuff that should not be printed.
<input type="button" value="Print" onClick="javascript:window.print();"> is not a solution for me.
what i am thinking about is opening a new document(invisible), write the info in and then print.
how can i do all this, and is it possible ?
thanks