Print button in JSP

Is it possible to create a PRINT button in JSP which will also "shrink-to-fit" the page too when printing?

i'm new to JSP as some people know... thank you

[168 byte] By [fahafiza] at [2007-11-27 11:36:38]
# 1

> i'm new to JSP as some people know... thank you

Unless you're sending the print request to the web server, there's nothing Java about this question.

~

yawmarka at 2007-7-29 17:09:58 > top of Java-index,Java Essentials,New To Java...
# 2

the system im making is for people with very small knowledge of computers and wouldnt know how to shrink to fit a page in print preview... so i want to create a button on the website which will do this for them

fahafiza at 2007-7-29 17:09:58 > top of Java-index,Java Essentials,New To Java...
# 3

so go ahead and do it.

jwentinga at 2007-7-29 17:09:58 > top of Java-index,Java Essentials,New To Java...
# 4

<a href="javascript:window.print()">Print</a>

SoulTech2012a at 2007-7-29 17:09:58 > top of Java-index,Java Essentials,New To Java...