Page 1 of 1

Print function

Posted: Sun Nov 11, 2007 9:37 pm
by pcoder
Can i control to print a content in a new page using javascript?
Thanks

Posted: Sun Nov 11, 2007 10:28 pm
by feyd
Generally, yes. You don't have a lot of control, but you can request the browser prints. In most browsers this will bring up the print dialog box.

Posted: Mon Nov 12, 2007 3:03 am
by pcoder
Thanks feyd for your quick response.
But i tried it with page-break option.
I got my solution..

Thanks