Originally posted by Dave Donohoe:
Hi there,
I have a Servlet that opens a Word Document in MS Internet Explorer.
Does anyone know if there is ANY way that I can disable the 'Save As' feature of IE either using Java or Javascript or anything else for that matter!
Thanks in advance,
D
This topic has been discussed recently in the JDJList email list. There were a lot of ideas thrown out there. Something that you can do is to protect the document with a password. This won't stop the person from copy/paste the text but it could stop them from saving the document.
Probably the best idea that was discussed was that of creating the document as a pdf file. This can be easily accomplished from Word by printing the document to the Acrobat PDF Writer. I think it's a free download and it looks just like a printer but it allows you to save the document as a pdf file.