Clicking a .pdf link does not open .pdf file, it opens a SAVE DIALOG box

Recently when I click on a .pdf file link I am no longer able to open the file in a adobe reader either within a FIREFOX webpage or open it using the full adobe program. Instead it opens a SAVE dialog box requesting me to save to my harddrive. I am not sure what has happened and am trying to find someone who might know what is going on?

You can change the action for Portable Document Format (PDF) from Preview in Firefox to use the Adobe Reader or set to Always Ask in "Firefox > Options/Preferences > Applications".
You can set the pdfjs.disabled pref to true on the <b>about:config</b> page to disable the build-in PDF viewer.
You can check the value of the plugin.disable_full_page_plugin_for_types pref on the about:config page and remove the application/pdf part if present or reset the pref to the default via the right-click context menu.
*http://kb.mozillazine.org/about:config
See also:
*https://support.mozilla.org/kb/view-pdf-files-firefox-without-downloading-them

Similar Messages

  • When at the "results" page of a search, clicking on "blue" link does not display webpage. Copying "green" urldoes.

    When at the "results" page of a search, clicking on "blue" link does not display webpage although url is shown in address bar. Copying "green" url, shown at bottom of a result, into address bar and hitting "enter" goes to the address and displays the page. Have tried different selections at tools/options with no change. Is there some other setting that needs to be changed?

    Sorry, this is bad reply. I wanted to write this reply to another question.

  • Pointer does not move to the default button in the dialog box

    example: when cleaning out trash the pointer does not go to the default button in the dialog box, you have to manually go there.
    This happens all the time.

    Hi Abhishek,
    In SAP this job shows completed till the 3rd step. and no error in the job log. but it does not execute the 4th and the 5th steps. And in Redwood, it shows completed for 1st and 2nd steps, 3rd step is in Error but has no error log. The 4th and 5th steps are in chained status. I have not amended the job chain after import. I have just scheduled it as it was running in the SAP system.
    Let me know if you need some further information on this.
    Regards
    madhu

  • To download file but still the Save Dialog box still not show? Please help.

    Hi All,
    Below is my full code to download file but still the Save Dialog box still not show..
    <%@ taglib prefix="cs" uri="futuretense_cs/ftcs1_0.tld"
    %><%@ taglib prefix="asset" uri="futuretense_cs/asset.tld"
    %><%@ taglib prefix="assetset" uri="futuretense_cs/assetset.tld"
    %><%@ taglib prefix="commercecontext" uri="futuretense_cs/commercecontext.tld"
    %><%@ taglib prefix="ics" uri="futuretense_cs/ics.tld"
    %><%@ taglib prefix="listobject" uri="futuretense_cs/listobject.tld"
    %><%@ taglib prefix="render" uri="futuretense_cs/render.tld"
    %><%@ taglib prefix="siteplan" uri="futuretense_cs/siteplan.tld"
    %><%@ taglib prefix="searchstate" uri="futuretense_cs/searchstate.tld"
    %><%@ taglib prefix="locale" uri="futuretense_cs/locale1.tld"
    %><%@ taglib prefix="dateformat" uri="futuretense_cs/dateformat.tld"
    %><%@ taglib prefix="blobservice" uri="futuretense_cs/blobservice.tld"
    %><%@ taglib prefix="satellite" uri="futuretense_cs/satellite.tld"     
    %><%@ taglib prefix="date" uri="futuretense_cs/date.tld"
    %><%@ page import="COM.FutureTense.Interfaces.*,
    COM.FutureTense.Util.ftMessage,
    COM.FutureTense.Util.ftErrors"
    %><%@ page import="COM.FutureTense.Interfaces.*,
    COM.FutureTense.Util.ftMessage,
    COM.FutureTense.Util.ftErrors"
    %>
    <%@ page language="java" contentType="text/html;charset=UTF-8" %>
    <%@ page import="java.io.File" %>
    <%@ page import="java.io.OutputStream" %>
    <%@ page import="java.io.FileInputStream" %>
    <cs:ftcs><%-- france/test_template
    INPUT
    OUTPUT
    --%>
    <%-- Record dependencies for the Template --%>
    <ics:if condition='<%=ics.GetVar("tid")!=null%>'><ics:then><render:logdep cid='<%=ics.GetVar("tid")%>' c="Template"/></ics:then></ics:if>
    <%
    String fileToFind = request.getParameter("file");
    if(fileToFind == null) return;
    File fname = new File(fileToFind);
    System.out.println("Save As: "+fname.getName() );
    if(!fname.exists()) return;
    FileInputStream istr = null;
    response.setContentType("application/octet-stream;charset=ISO-8859-1");
    response.setHeader("Content-Disposition", "attachment; filename=\"" + fname.getName() + "\";");
    try {
    istr = new FileInputStream(fname);
    int curByte=-1;
    while( (curByte=istr.read()) !=-1){
    out.write(curByte);
    out.flush();
    } catch(Exception ex){
    ex.printStackTrace(System.out);
    } finally{
    try {
    if(istr!=null) istr.close();
    } catch(Exception ex){
    System.out.println("Major Error Releasing Streams: "+ex.toString());
    try {
    response.flushBuffer();
    } catch(Exception ex){
    System.out.println("Error flushing the Response: "+ex.toString());
    %>
    </cs:ftcs>
    Can anybody help me with this??? What is lacking...
    Thank you in advance.

    Put this code into a servlet rather than a JSP.
    JSP are for returning text based HTML pages. It adds extra carriage returns into the response that will corrupt the file, and prevent the dialog showing up.
    This code is much better off being in a servlet
    If you are using a FileInputStream, you should be using a ServletOutputStream rather than the JSP writer: response.getOutputStream()
    When dealing with file input in a JSP/Servlet you should use the methods of ServletContext. getRealPath() turns a website relative file into a real location on disk. getResourceAsStream() opens the file for you. getResourceAsStream() is more reliable as it will work even if the web app is deployed in a packed WAR.
    Cheers,
    evnafets

  • Left click on a link does not open the link; a small blue window opens saying loading then closes.

    Left click on any link in a web page does not open the link. A very small blue window appears with the word loading and a few moving dots. In a few seconds the blue window closes but the link does not open. Links used to open. If I right click the link, I can open the link in a new window. Many new windows pile up. This is a nuisance.
    I am using Firefox 3.6.8 for Canonical 1.0 in Ubuntu 9.10.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • PDF link does not open in IE, but will open in Firefox and Safari.

    Dreamweaver code:
    <li><a href="javascript:; "         onClick="MM_openBrWindow('resources/facultyresources/SAFunctionalFramework.pdf','toolbar= yes,menubar=yes,scrollbars=yes,resizable=yes,width=550,height=450')">Eliciting and Assessing Performances of Self Assessment</a></li>

    How PDFs open when clicked on is controlled by the user's settings. You can't use code to force them to display in-browser.
    Check your IE security settings, especially if it's a local file that won't open. IE has some idiotic security settings when trying to open local files.
    If the site has been uploaded and IE won't open the PDF, you will want to make sure you have the Acrobat plug-in installed and that it's set to be used from within IE's settings.

  • Clicking on a link does not open firefox and take me to the page when firefox is my default browser but does when Internet Explorer is my default browser, what is wrong?

    All of a sudden (I think after the last firefox update) links in other web pages won't open firefox to access the page when firefox is my default browser but works when I change my default browser to Internet Explorer and I can't figure out why. Help!!!

    This problem just arose for me today. Very frustrating. Tried all of the suggestions here without success. Then a very simple solution came to me:
    UNINSTALL CHROME. I haven't used Chrome for a long while anyway since it seems to have chronic problems of one sort or another. Firefox does 95% of what I need, and Internet Explorer can handle the other 5%.
    After uninstalling Chrome I clicked a mailto link. It asked me what program to use and did not list Firefox as an option for some reason. In the Tools menu, I chose "Options" and went to the "Applications" tab. Searched for "mailto". There was a single entry - when Chrome was installed it gave me no options to switch. After uninstalling Chrome I was able to change that. It still did not list Firefox, but it did list "Gmail". Selecting that causes my Gmail to open in Firefox.
    I have no idea whether Google or Microsoft is responsible for this, but I'm inclined to give the hairy eyeball to Google for this one. It's the sort of stunt they'd pull on Microsoft, then pretend it was just a mistake. Just one guy's opinion, of course.

  • My dock does not show what files are open... Any way to fix?

    My dock does not show if a file is open. No little arrow shows up, and when I click and hold on an icon of an open program it acts as if it is not open (still giving me the open program option, and not showing me force quit options, etc...).
    Advice please?

    This issue makes me wonder what "genius" at Apple designed the new Dock display. I'm by no means old or losing my sight, I wear glasses but other than that no problems. So why is it so difficult to see those balls under the active apps? They are so blended in that it's not easy to see them at a glance. Why not at least give us the option to adjust those settings.

  • CDT with external DIAB Linker does not ouput MAP file

    Hi,
    I am trying to get CDT running with an external (DIAB) Toolchain. It works fine so far, but for debug reasons I would like to create the map file. Unfortunately I get the following error Message:
    dld -lc -lm -m6 Objectfiles... Test_Toolchain2.elf -tPPCE200Z4NEG -m31 > link.map
    dld: error: Failed to read file 'link.map': file is empty
    So the operator does not seem to work. Without the > eclipse displays the output on the console.
    Maybe someone knows a quick fix, I would appreciate any help
    Martin

    Hi,
    I am trying to get CDT running with an external (DIAB) Toolchain. It works fine so far, but for debug reasons I would like to create the map file. Unfortunately I get the following error Message:
    dld -lc -lm -m6 Objectfiles... Test_Toolchain2.elf -tPPCE200Z4NEG -m31 > link.map
    dld: error: Failed to read file 'link.map': file is empty
    So the operator does not seem to work. Without the > eclipse displays the output on the console.
    Maybe someone knows a quick fix, I would appreciate any help
    Martin

  • Viewer clicks once but link does not open

    Why is it that on some Flash sites one must click twice in
    order for the link to open?

    google, "Click to Activate"

  • OID CallOutPortlet Link does not contain .jar file

    http://otn.oracle.com/sample_code/products/oid/index.html
    Follow the directions and no .jar file appears. Please fix

    Hi,
    Seems like the problem occurs only when you try to download the jar using IE browser. I tried using IE 6.0 and it reported a problem.
    The jar files are present in proper directories. You can download the same jar file using Netscape browser 7 or above and it works fine. We are looking into the IE issue.
    Alternatively, I can suggest to right click and save the zip/jar file in the local desktop.
    Thanks
    Regards
    -- Umesh

  • Pdf links will not open in new browser window

    I have created a pdf document in Acrobat 9 Pro that is password protected. You must enter the password to open it. In this document there are perhaps 15 links to other pdf documents. I set up each of the links to open in a new window. The links work as expected in Acrobat, each opening in a new window, however, when I posted the documents to the web, the links open in the same window as the original document. This would not be a big issue if the original document were not password protected, but each time the user clicks on a link, it takes him out of the original document. To get back to the original document requires re-entering the password. This is a major irritation with so many links.
    I know that you can set Acrobat to display the documents in its own window rather than in the browser, but my users don't know that. Control clicking on a pdf link does not open it in a new window as it would with an HTML link. Is there a simple fix to this problem that does not involve user intervention?

    Well, I came up with a solution, thanks to Ted Padova who offers a simple JavaScript solution on his blog at http://www.acrobatusers.com/blogs/tedpadova/opening-pdfs-new-browser-windows.
    The solution is clearly laid out even for beginners, if you know how to create a link or button.
    It seems to me that a prime objective of Adobe in developing Acrobat would be to have it behave the same way in free-standing mode and as a plug-in. In this case it does not, and obviously, it has not for the last forty-eleven years that Acrobat has been on the market. Maybe some day they will get around to a fix for this obvious problem. In the meantime, read Ted's blog and be happy we have guys like him who can solve these problems.

  • Pdf links will not open in ie8 windows 7

    I have installed, uninstalled Adobe Reader 10 and Internet Explorer.  I have tried all the solutions listed in some other posts.  PDF links will not open the files on some web sites, Fidelity.com in particular. I have reset IE8 Advanced Options and Advanced Options Reset, Created another Windows Administrative user, performed clean boot in Windows and run IE8 (no addons) from the accessory menu and unchecked the Display PDF in Browser box in preferences.  None of these options have resulted in correcting the problem.  Adobe Reader 10 works fine on the Fidelity web site in Firefox.

    Hi All,
    We have had a few bug reports related to Adobe Reader X protected mode coming in from you in this forum. We have addressed a large number of them in our upcoming Reader update and we would like to hear your feedback.
    To that extent, we would like to invite you to the Adobe Reader Prerelease program and try out the latest build. To participate, please fill in the form available at https://www.adobe.com/cfusion/mmform/index.cfm?name=reader_prerelease_ interest and indicate Adobe Reader as the product of your interest.
    We look forward to your active participation, feedback and help towards making Reader a better product.
    Thanks and regards,
    Adobe Prerelease Team

  • When I link to an external site, the link does not work, if I right click "Open in new tab" the link works.

    When I link to an external site, the link does not work, if I right click "Open in new tab" the link works.

    I have not changed any of my preferences and they look like they are as I would have left them.
    I tried resetting Firefox and deleting the preference file, no change.
    By the way, I hate that the tabs are on top and not where they belong above the pages they are for. There should still be a way in Firefox to put them back without having to use an add-in.

  • PDF Reader does not open

    PDF reader does not open on web email, windows media viewer opens.
    Any suggestions?

    See http://windows.microsoft.com/en-us/windows7/change-the-program-that-opens-a-type-of-file

Maybe you are looking for

  • ITunes - When launched comes up with error message - User at wits end

    Hi - When launched ITunes comes up with error message below "iTunes has encountered a problem and needs to close. We are sorry for the inconvenience" - and then wants to send an error report off to Microsoft I have so far been through the bulletins a

  • Flash CC freezing! Help!!

    Why does my Flash CC continue to freeze when I'm drawing for animation?? Please Help!

  • Selection variant - authorization

    Hi, I'm using standard selection variants for internal orders and cost centers (created via KOK3, KS13, OKOV etc.). Some of the variants are used in customizing (as receivers of assesment) so only some users should be allowed to modify such selection

  • Run VHD/VMCX without admin rights?

    Hi, Is it possible to run Windows Virtual PC without Admin rights? My goal is to have basic users running a Windows XP VHD. I can install the application and set everything up using my admin credentials, but I want to leave the other users as basic o

  • Gnome-Power showing Battery at 0%

    Hi, I have the latest gnome with gnome shell and the gnome-power applet is showing 0% battery and if i disconnect the power it automatically hibernates the computer. In the everything.log it reports: May 23 11:41:41 localhost kernel: [    9.785888] A