Print JSP

Hello,I want to print a part of my jsp-site. Unfortunately I dit not find anything for that in google. Does anyone know here how I can realize that?thanks in advanceregardspat
[210 byte] By [patrick270881a] at [2007-10-2 5:38:21]
# 1
Click File/Print menu option in the browser, that or better explain your question.
linxpdaa at 2007-7-16 1:48:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I mean how can I realize that, that only a part of my jsp-site is printed and how can I format this part to get an comfortable print layout?thanks in advanceregardspat
patrick270881a at 2007-7-16 1:48:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Option 1:Use a STylsheet with different display/ print styles where parts are visible and others are notOption 2:When displaying to print use a different JSP to create other layout
pgeuensa at 2007-7-16 1:48:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Here is a forum entry that describes how to use HTML metadata tags and the JavaScript window.print method to print altenate versions of your JSP. http://forum.java.sun.com/thread.jspa?forumID=45&threadID=381818
tolmanka at 2007-7-16 1:48:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...