Monday, April 28, 2008

Script to make Web page unprintable

If you want it to be unprintable, you could stop newbie users from
printing directly from the page by putting:

<style type="text/css" media="print">
body { display: none }
</style>

Between the <head> tags.

No comments:

Post a Comment

Post your comments here: