|
Hi,
I think the best thing that you can do, aside from some proprietary content delivery system (java applet, activex, ect..) is a css media switch. You can have one css for print media and one for web that will thwart the "File->Print" methods of printing on most browsers. Definately not fool proof tho ;-)
Here's an example of printable css:
<style type="text/css" media="print">
body {
display: none;
}
</style>
The temporary access control sounds fairly routine... send me a note if you want to talk about it..
-s
__________________
±ß³ - (5327381)²
|