Print function

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Print function

Post by pcoder »

Can i control to print a content in a new page using javascript?
Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Post by pcoder »

Thanks feyd for your quick response.
But i tried it with page-break option.
I got my solution..

Thanks
Post Reply