I want to download a form containing dynamic data from database to word 2000 using JSP...I know how to do that.But the downloaded form in word are editable, that is, a user can change the data (maybe by mistake) before saving/printing the word document. I want to make the word document non-editable... Using JSP, is there any way I can download a form to word and make the word document non-editable(read only) at the same time. I am using Oracle 8i DB, JSP 2, Websphere. Please help. Thanks