Hi,My client requirment is that when we open the document in web browser printing option is deactivate.For that particular web application (nsf) no body can take printout of the document.
i have no idea how can i solve that issue with style sheet.
Here’s something I found on one of the other web development forums (you can also find solutions - just try to google them if answers here arent forthcoming!):
What more can I say? This IS the solution (for CSS capable browsers). Put it inside your CSS resource or inside the form’s HTML Head content (as a String, so you have to escape the quotes with a backslash) and you’re done.
If you are looking for additional “protection” using JS hacks, check the responses to your first posting on the topic.