* Thus wrote [EMAIL PROTECTED] ([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.
You can prevent the average joe from printing by putting some css
in your document:
@media print { body
--- [EMAIL PROTECTED] wrote:
> 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 htm
PHP source code is striped out of the html doc before it is displayed,
so you are protecting your html.
-Blake
raditha dissanayake wrote:
[EMAIL PROTECTED] wrote:
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.
[EMAIL PROTECTED] wrote:
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.
Sure unplug your network cable.
--
Raditha Dissanayake.
-
http://www.radinks.com/print/up
> 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.
Disclaimer:: To my knowledge! :)
The only thing off hand that I can think of that would prevent printing is a
> 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
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 prev
7 matches
Mail list logo