|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Pavan: Could you explain how to secure MS Office files? |
From: |
Pavan |
Date: |
9/26/2000 6:19:43 AM |
IP: |
208.199.59.51 |
once u are confirmed that the user is the authorised to see ur .doc files then using OLE automation open ur existing .doc file in the browser..
here is the sample code for this..
set myword=server.createobject("word.application")
myword.application.documents.open (here give ur document path)
this time i think i am clear to you.
if u have any doubts please send me a mail
regards
pavan |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|