How To Disable Print Content On Web

 

If you want to disable the print on your content you can apply the below code to your web:

 

<html>
<head>
<!--NOt Allow to Print-->
<style type="text/css">
@media print{
body {display:none;}
}
<!------------------------>
</style>
</head>
<body>
    Please Test Print<br />

</body>
</html>

Share on Google Plus
If you think this article is helpful don't froget share it to your friends.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment