|
|
|
|
|
| | |
| |
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Help with word |
|
From: |
M Suresh |
|
Date: |
9/23/2000 8:02:26 AM |
|
IP: |
196.12.47.70 |
Hello Mr Robert Adams
we can intigrate the word document to the asp page with the following procedure:
First, go to Project-->references-->select Microsoft Word 8.0 Object Library.
Then go to the ASP page and add the code.
<%
set myword = server.createobject"word.application")
%>
Then you can access all the methods and properties of the word document through the ASP code. For this, the pre requisit is that the Microsoft word should be installed in your system.
If you have any doubts, pl feel free to contact me through my mail id.
Regards
Suresh M
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|