Making links to word documents (.doc)

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Making links to word documents (.doc)

    We are creating webpages on a local host system. We are having problem
    specifying the directory of the microsoft word document we are trying to create
    a link to. When the user clicks the link, we want the document to be displayed
    in the web browswer. Here is the tag and directory we are using :
    <a href="C:\test.doc"> Click here to view document</a>

    what is wrong with this?

    tech_E Guest

  2. Similar Questions and Discussions

    1. Coverting Indesign 2.0 documents to Microsoft Word xp documents
      How would you go about converting indesign documents to microsoft word documents? Is there a way to convert them? Thanks for any help that you can...
    2. Desperate to convert Word documents into PDF documents
      This describes my problem. I have Windows XP Home and Word 2002. The problem seems to have begun to occur after I downloaded updates to 5.0 from the...
    3. Making new documents from layers
      Hi, I have a small image on seven different layers in Photoshop CS, and wondered if there was a way to quickly make a separate file from each of...
    4. Editing Word documents in Perl (Openoffice Writer or MS Word)
      Hello, I want to read and edit openoffice / staroffice writer documents. Does anyone know of any modules for that? Ideally, I would've liked a...
    5. Creating Links to Word or Excel documents
      I would like to insert links to external Word or Excel documents in my FileMaker "Project Management" data base. For example, FileMaker would...
  3. #2

    Default Re: Making links to word documents (.doc)

    > <a href="C:\test.doc"> Click here to view document</a>
    >
    > what is wrong with this?
    It's linking to my C drive. Not the file. You need to specifically point to
    the box that the file is on...typically it's network alias name on your
    network.

    -Darrel


    darrel Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139