| Author |
appending signature during print
|
Govinda Gopala
Greenhorn
Joined: May 12, 2011
Posts: 18
|
|
guys i hav a situation
i want to print a form(jsp )
during printing a signature has to be appended
this should not be visible in the jsp(normal viewing)
only during printing this has to be appended
how to do this
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 990
|
|
Have a div where you display your signature, initially hidden
on click of print button , before you print make the div visible
|
Swastik
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50693
|
|
You can use CSS to make element visible only during printing.
Nothing at all to do with JSP, so this post has been moved to a a more appropriate location.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
The HTML in the head
The signature HTML
The regualr CSS
The print.css
Eric
|
 |
 |
|
|
subject: appending signature during print
|
|
|