disable keys in word document
-
My web project allows a user to navigate to a word document. My task is, not to allow the user to modifify the document. I can have the word document read only. But, user is still allowed to type-in the keys from keyboard, though he can not save it. I do not want the user to press any key that modifies the text on the word document while it is being displayed in IE. Is it possible? :)
-
My web project allows a user to navigate to a word document. My task is, not to allow the user to modifify the document. I can have the word document read only. But, user is still allowed to type-in the keys from keyboard, though he can not save it. I do not want the user to press any key that modifies the text on the word document while it is being displayed in IE. Is it possible? :)
Srini Kella wrote: I can have the word document read only. But, user is still allowed to type-in the keys from keyboard, though he can not save it. I do not want the user to press any key that modifies the text on the word document while it is being displayed in IE. Is it possible? What is the problem with the read only setting? I'm not sure what purpose you would be solving as the user would not be able to modify the source file at all. Nick Parker