|
-
Nov 20th, 2002, 02:28 AM
#1
Thread Starter
New Member
Word on ASP
How do we open a Word document on a webpage ...i think this is been done in yahoo mail page...please somone reply
-
Nov 20th, 2002, 11:32 AM
#2
Frenzied Member
<%
set word= Server.CreateObject("Word.Application")
'Opening the document read-only
word.Documents.Open "c:\mydoc.doc",False,True
set w_doc=word.ActiveDocument
%>
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Nov 20th, 2002, 11:33 PM
#3
Thread Starter
New Member
Word on ASP
The code that you had sent was sufficient but i would like to create a new word documet on the browser and save it to the server path.
Can you please give me the full code....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|