Posted by eunever32 on 11/14/06 22:31
A client wishes to ensure all print-outs from the application will
contain
a background (watermark?) containing their login userid and possibly a
timestamp.
The client is a public organisation handling sensitive personal
information.
The client is concerned about information leaks and sees the background
text with the user's login id as a deterrent to somebody printing and
supplying to persons outside the organisation.
Standard web development.
Tried css
background-image: url(/images/backgroundimage.gif);
however because Internet Explorer allows disabling the printing of
background images
this does not seem to meet requirements.
Ideally the solution would mean cut and paste was not possible (without
also including the login)
[Back to original message]
|