Link to Word Doc and different link to PDF fails not found, but link works in I.E.

The document downloads or opens in I.E. but in Firefox the document link when clicked on displays not found.
The link is here:
http://janetmitchellmediator.com/training.html

code behind link
If I right click and inspect it looks ok:
<a target="_self" href="http:\\www.janetmitchellmediator.com\TrainingJuly2014.doc" title="Training 2014 MS-Word Format">
<span color="#000080" style="color: #000080;">
<strong>
<span size="2" style="font-size: small;"> … </span>
</strong>
</span>
</a>>

Similar Messages

  • Clicking a link to a Word doc and it tries to open it with Adobe Acrobat

    I recently upgraded to Firefox 4 on my Windows XP Pro SP3 machine. I have Microsoft Office 2007 and Adobe Acrobat 9.4.3 and Adobe Reader X (10.0.1) installed. I clicked on a link to a MS Word doc and I got a dialog box asking what I wanted to open it with. The default option is Adobe Acrobat 9.4.3, which, of course fails with an error message saying it is not a supported file type. I looked at the other options and Microsoft Word is not among them.

    Save the Word document. Create your email in your normal mail application (Mail?), click on the add attachment icon (the paperclip if you are using Mail). Navigate to where you saved the Word file and select it. It should now appear as an attachment in your email. If you are sending it to a PC user and you are using Mail make sure 'Send Windows-friendly attachments' is selected in the edit menu. And if you don't want the attachment to display inline within the body of the email Control+Click on it and select 'view as icon'.

  • Link/RE-link to word docs with form fields?

    Trying something new, and when I took the InDesign 2 day class the instructor was not very familiar with linking to word docs, she just never used the feature.
    So, I have multiple contributors who will onlly work in word. I am trying to set up a template/form for them to fill in that I can link to my .indt.
    I have the styles set up and matching, and I'm looking for a way that I can lock everything but the areas where they need to fill in information. My plan is to do this by making a form in Word with text fields. Will this transfer over to the InDesign file when I relink? If not what is an alternative solution using Word with out having to copy and past all the time ?

    Ohhh k.
    OK Yes this is possible.
    I do mean for it to link, the content is dynamic I need the technical people to be able to edit content before I get it. The point is to have multiple contributors working in word (absolutely must be word), creating new content that can be fed into indesign relatively automatically while preserving the InDesigns styles applied to certain text frames.
    It does need to link back to get content updates so I have this option turned on in the general preferences to allow this.
    The word documet is set up, as follows:
    Form fields are created, along with their respective titles or headings. A style/structure element is applied. The style doesn't have to match what is in indesign but it is helpful.
    Click the text box and got to "Place"
    Select the document and select the "Show Import Options"
    Under import options select "Preserve Styles and formatting..." Then Select the "Customize Style Import" radial and click style mapping. I tried doesn't this with the Automatic Import and it didn't work properly, custom mapping will identify the right information to style while overiding the actual style information from Word and instead uses the InDesign Style.
    So... not necessarily a job for InCopy, though I realize that would be better, working in for a Microsoft Partner Network Gold Certified Partner, it would be impossible to get everyone to switch over to InCopy.

  • Need help with linking a word to a different slide.

    I have made a table of contents on this document clickable (linking a word to a different slide in the presentation) So you can click on any of the words and it will take you to that page. The problem is when I open the document it is at the correct magnification - say 75% for easy reading. But when you click on a word in the table of the contents to take you to a different page - it changes the magnification to a smaller size (53% or 63%)
    I need to know if we can keep it from doing that.
    So we can have every page no matter what you click on easily read and viewed without having to change the magnification every time.

    Hiya
    Yeah one below.. What you will see is the photoshop file, then the null layer followed by the original footage. In effect I need the photoshop image to track the movement of the camera as when I currently play the video, when the camera moves it looks as though a chunk of grass (the mask) is moving different from the rest of the scene.

  • How do create jumps to other topics from a WebHelp proj linking to word docs?

    How do I create jumps to other topics in a WebHelp proj that links to other word docs?

    Can you please confirm that you want to link to Word files and where these files are? Also if they are external to your RH project, where they reside. The answrs to these questions will help us help you.

  • After I exported a PDF to a Word doc and downloaded it, I can't get the pointer tool to work.

    After I exported a PDF to a Word doc and downloaded it, I can't get the pointer tool to work. When I click on the document text, the only tool is the "move" tool. I can't edit or select text. Please advise.

    Version of Adobe: Adobe ExportPDF (not Pro)
    Operating system:  Windows 8.1
    Steps I am taking: When the PDF file is selected and opened, I clicked on Tools menu on right side of the screen; then I clicked on Select PDF file; then under Convert To, I selected Microsoft Word (*.docx); then I hit the box below that; and clicked Convert. I then see the message that says it is Converting to Export PDF Online. Then I see a link below that, that says Download Converted File. This takes me online to Adobe Acrobat .com, where, I see the command, Export PDF, and see a blue box on the same screen that says Select PDF Files to Export. I click on the thumbnail of the file I want to export. This brings up, online, a screen containing the file I wanted to convert to Word. Then, on the same screen, I click on the icon on the right hand of the screen that says Download. then I click on the box on the bottom the screen that contains the Word document I had wanted to convert. This brings up the Word doc. in Compatibility Mode the latest Word version, which I am unfamiliar with and which has a Picture Tools tab that I cannot escape from and I cannot get any selection tool other that the Move pointer, and I cannot find the Select text pointer to select any text on the page. I don't want this Word version and do not know how to return to the old version of Word that I am familiar with.
    Can you help me, please?
    Theresa Julia Schuer

  • Reading ams word doc and creating another ms word doc with this same data

    I have a ms word doc and i hav to create different word docs from it with different name.The docs will contain the same data as the mother document but some cases,some strings will be replaced by some new strings for each document to be created.plz help me out.
    File ReadDocFileInput = new File(inFilePath + "APX-DBEST.DOC");
    BufferedReader readXML = new BufferedReader(new InputStreamReader(new FileInputStream(outFile)));
              String FirstTag = null;
              String writeIntoDoc = null;
              String writeTagName = null;
              String writeTagSTEPName = null;
              File WriteDocFileOutput = new File(inFilePath + "APX-DBEST-" + writeTagName + ".RTF");
              BufferedReader fis = new BufferedReader(new InputStreamReader(
                        new FileInputStream(ReadDocFileInput)));
              //FileInputStream fis = new FileInputStream(ReadDocFileInput);
              //FileOutputStream fos = new FileOutputStream(WriteDocFileOutput);
              PrintWriter fos = new PrintWriter(new FileOutputStream(WriteDocFileOutput) );
              //int i =0;
              //char ch;
              while((writeIntoDoc = fis.readLine())!=null){
                   //ch = (char)i;
                   fos.write(writeIntoDoc);
              fis.close();
              fos.close();
              //WriteDocFileOutput.renameTo(new File(inFilePath + "APX-DBEST-" + writeTagName + ".DOC"));
    this is the code i hav written...anything wrong in it?...it does not working.

    I didn't read your code. But if you want to copy a file, commons has a neat tool for it:
    import org.apache.commons.io.IOUtils;
    import java.io.*;
    class CommonsFileCopy {
        public static void main(String[] args) {
            String fIn = "CommonsFileCopy.java";
            String fOut = "(copy) CommonsFileCopy.java";
            try {
                InputStream inStream = new BufferedInputStream(new FileInputStream(fIn));
                OutputStream outStream = new FileOutputStream(new File(fOut));
                IOUtils.copy(inStream, outStream);
                System.out.println("Copied \""+fIn+"\" to \""+fOut+"\" successful");
            catch(IOException ioe) { ioe.printStackTrace(); }
    }

  • Why is does my apple run SLOW.you go to open a program and the circle thing just spins for a delayed period of time.  You change from typing in a word doc and go to say email or internet and it takes several minutes to allow you open anything up.  Like it

    Why is does my apple run SLOW.you go to open a program and the circle thing just spins for a delayed period of time.  You change from typing in a word doc and go to say email or internet and it takes several minutes to allow you open anything up.  Like it is frozen.  I have tried rebooting the computer and it works for a few minutes then gets stuck.

    Which model iMac do you have?
    How large is your HD and how much space do you have left?
    Check out the following & do the necessary: 
    User Tip:  Why is my computer slow?
    What to do when your computer is too slow
    Speeding up your Mac
    OS X (10.6.6)
    Use Software Update or the OS 10.6.8 combo update to update your OS.  Also, update everything SU has to offer for your computer.  When done, repair permissions and restart your computer.

  • I want to email a Pages document as a Word doc. I used to be able to do this by clicking on share then send via mail then on Word and an email would appear with my word doc attached.  Now the email does not come up.  Why?

    I want to email a Pages document as a Word doc. I used to be able to do this by clicking on 'share' then 'send via mail' then on 'Word' and an email would appear with my word doc attached.  Now the email does not come up.  Why?

    It's difficult to do more than guess when you don't say what version of OS X or Pages you're running, but if you're on the latest, have you tried the Share menu -> Send via Mail command?
    If that doesn't help, you may have better luck if you ask in the Pages forum:
    Pages
    When you repost, be sure to include full details about your versions so that people know what it is you're working with.
    Regards.

  • PDF stored in database and to view the PDF when clicking on a link

    Is it possible to save a PDF document in the database as a blob column and to retrieve the PDF when clicking on the link
    Example
    Above method is possible for images
    See: http://www.oracle.com/technology/obe/apex/apex31nf/apex31blob.htm.
    But can I reach the same for PDF documents?
    Thanks in advance for your response.
    Kind regards,
    Iloon

    Hello Andy,
    This Upload and Download Files is very useful feature in APEX.
    However, is there a way of displaying PDF files first in the report by clicking the corresponding link
    in the table?
    I mean, is it possible to view PDF files first by clicking the link before deciding to download them?
    As we see, this approach is used by most websites and after opening and viewing a PDF file, we can save them.
    Thanks.
    Shurick.
    Edited by: Shurick on Sep 28, 2009 12:51 PM

  • I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?

    I am looking for an application that would allow me to open a word doc, and take notes in the .doc using a stylus pen.  I'd then like to convert those notes to text, and then be able to copy / paste those notes into an email.  Does this app exist?  It seems like we were doing these same types of things with Palm Pilots years ago, one would think this would work with iPads?

    I don't believe it will open a Word document, but Writepad allows for handwritten conversion of notes to text and then to email. Might help you some of the way...

  • I downloaded a word doc and can't open it on new computer which has pages installed

    I downloaded a word doc and can't open it on my new computer that has pages installer

    Have you tried dragging it onto your Pages icon?
    Is it by any chance passworded?
    It helps if you give some details:
    eg What version of Pages you are using?
    Can you just open Pages on its own?
    The file extension and origin of the word doc
    What message does the computer pop up when it fails to open?
    Otherwise it is all just guesswork.
    Peter

  • Excel document is automatically converting to a word doc and won't open

    I Installed Microsoft Excel and Word 2007 onto my laptop. Since the, whenever I create an excel document and save the same, it saves as a Word doc and when trying to open the doc, an error message comes up. Why is the Excel doc automatically saving as a Word doc? How to correct this issue?

    Hi judyf73891847,
    I don't think you're doing anything wrong. I'm not surprised that ExportPDF is having a hard time converting handwriting. One option is to disable OCR as described in this document: How to disable Optical Character Recognition (O... | Adobe Community. Then, ExportPDF won't try to convert those elements into editable text. The only drawback to that is that you won't be able to edit those items when you open the converted document in Word.
    Best,
    Sara

  • Reading a multilevel list from MS Word Doc and converting it into an HTML nested list using C#

    I can achieve the above for a single level list as follows:
    foreach (Paragraph item in app.Selection.Range.ListParagraphs)
    item.Range.InsertBefore("<li>");
    item.Range.InsertAfter("</li>");
    Using C#, how can I programmatically convert a multilevel list (like the following) in a Word doc to a nested HTML list? Note: The bullet icons are not important. Thanks..Nam
    List from Word Doc:
    A
    B
    C
    D
    E
    F
    G
    H
    I

    Hi Nam,
    >>how can we programmatically determine the start and end elements of the sub-list with elements C,DE,F,G in the example of my original post? <<
    We can check the begin and end elements of the sub-list by the
    ListLevelNumber. For example, the sub-list's ListLevelNumber start at 2 by default. Here is the code to find the begin element for your reference:
    Sub FindBeginSubElement()
    For i = 1 To Selection.Range.ListParagraphs.Count
    If Selection.Range.ListParagraphs(i).Range.ListFormat.ListLevelNumber = 2 Then
    Debug.Print "begin sub element:" & Selection.Range.ListParagraphs(i).Range.Text
    Exit Sub
    End If
    Next i
    End Sub
    Also we can loop the selection in reverse order to find the end element for the sub-list.
    Hope it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Pls tell me how I can convert a PDF form to a Word doc, and have radio buttons etc work?

    Pls tell me how I can convert a PDF form to a Word doc, and have radio buttons etc work?  My PDF form did convert using Adobe PDF Export.... but the formatting is a schamozzle if I try to do anything with it.  Most importantly, I need the check boxes and radio buttons to work in Word!

    Checkboxes and radio buttons are form objects from Acrobat.  There is no equivalent for these objects, with the way they were constructed, within Word.
    I'm sorry for the inconvenience.
    David

Maybe you are looking for

  • Using an external drive for my iTunes Library

    One post, many questions. Sometimes I inadvertently open iTunes with my external drive turned off. It holds my library contents. iTunes however, with no warning or message, just reverts the library location to my internal drive and throws whatever it

  • Communication channel Availability

    Hi All, I am having a File to File scenario wherein there is no mapping involved.You can say as good as using a FTP.I am using XI in this scenario purely because of client requirement. Problem Statement : I need to pick up the source file from a part

  • 16:9 JES deinterlacer slow motion

    I am trying to use JES deinterlacer to slow down a clip but cant seem to get the output in 16:9. I have followed the instructions below and keep checking the 16:9 box but the output is always squashed 4:3. I've tried fiddling with the options and can

  • Help with Flash Galleries

    Hello, I need to create 30 photo galleries w/ thumbs...all for the same website (done in DW CS4) Is there an easier way than doing each gallery from scratch??? Thanks for reading Steve

  • Deleting Project Folders

    How do I delete a project folder in X5? I'm currently using Subversion as my source control software with RH. When I click a project folder, the delete option is not available. I have emptied the folder of interest of all topics, though it may still