The best I can do is the following which would protects from printing, but
you should check cause not all browsers support css the way they should.

<html>
  <head>
    <style media="print">
      body{display:none;}
    </style>
  </head>
  <body>
  </body>
</html>

greetings

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> i'm designing a web application and i want to protect my web page from
> printing and if possible want to protect source code too.
>
> Do you know any solution that can help me. I've find an application named
> HTML guard but it only work for static html pages. I need more a class or
> function to prevent for printing.
>
> Thanks for your help,
>
> Marc

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to