Results 1 to 3 of 3

Thread: Word on ASP

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Location
    India
    Posts
    6

    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

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    <%
    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Location
    India
    Posts
    6

    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
  •  



Click Here to Expand Forum to Full Width