I like to read a doc file for read permission only, and show this file on
asp file. How i cando that?
And the code work to Netscape and Explorer
Thanks
Printable View
I like to read a doc file for read permission only, and show this file on
asp file. How i cando that?
And the code work to Netscape and Explorer
Thanks
Carlos
If you mean .doc as in MS word
http://msdn.microsoft.com/library/of...pplication.htm
MS has a huge assortment of objects that let you programatically get to
word documents - but that is very complex and quite slow. I've never been
able to manipulate these objects without opening a copy of Word.
I would try to convert those word documents into HTML in advance if I could
using Words "Save As" feature. (another thing you should be able to programatically
do if you have a slew of them)
I would maintain any permission/user information in a table - and just
display the correct HTML file as needed.
Hope this is a start in the right direction.
"Carlos Mantilla" <cmantilla@cantv.net> wrote:
>I like to read a doc file for read permission only, and show this file on
>asp file. How i cando that?
>
>And the code work to Netscape and Explorer
>
>Thanks
>
>
>