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.

Similar Messages

  • Global Policy Link Does Not Open A New Browser Window

    Hi All,
    On 11.5.10.2 version
    Global Policy Link which is located at the top of most iExpenses pages is
    supposed to open a dynamic web page (Core policy manuals) on a new browser when
    someone clicks on it. Currently this link, when clicked on it, brings the
    correct page on the same browser.
    I need the page to be opened in new window.
    if not so, i need a alternate solution to open in new window
    Thanks in advance,
    Vali

    Respectfully, that answer isn't particularly helpful. I have already demonstrated that middle-clicking (mouse wheel click) will open a new instance of FF, and other programs. This was true before the upgrade from FF4 to FF6, and is true on all my VM builds (Windows 7 default install with nothing but FF installed).
    Nevertheless, I've tried shift-left-click, and it does not open a new instance. It will only open a new instance if I pin FF to the taskbar, which I have already stated I do not want to do. This new behaviour is unique to FF. Other applications (Word, Excel, Internet Explorer, whatever) all behave as expected. It is only Firefox that is misbehaving, and it is only misbehaving since the upgrade.
    My issue is that FF has changed its behaviour with respect to middle-clicking since upgrading from 4 to 6. I'd welcome helpful comments about getting FF to behave.
    Max

  • Global Policy Link Does Not Open A New Browser Window in IExpenses

    Hi All,
    On 11.5.10.2 version
    Global Policy Link which is located at the top of most iExpenses pages is
    supposed to open a dynamic web page (Core policy manuals) on a new browser when
    someone clicks on it. Currently this link, when clicked on it, brings the
    correct page on the same browser.
    I need the page to be opened in new window.
    if not so, i need a alternate solution to open in new window
    Thanks in advance,
    Vali

    Hi
      Accessing an application with the window name is not possible.The other possibility is accessing it using the application name.Follow the code...It will be
    useful for you.
    Thanks
    Anzy
    Data:    lo_cmp_api             TYPE REF TO if_wd_component,
              lo_window_manager      TYPE REF TO if_wd_window_manager,
              lo_ext_win             TYPE REF TO if_wd_window,
              lv_url type string.
    lo_cmp_api = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_cmp_api->get_window_manager( ).
    CALL METHOD cl_wd_utilities=>construct_wd_url
          EXPORTING
           application_name = 'MYAPPLICATION'
          IMPORTING
           out_absolute_url = lv_url.
    lo_ext_win = lo_window_manager->create_external_window(
                                       url = lv_url
                                       title = 'My Application' ).

  • 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

  • Clicking a link will not open a new tab

    On a Win7 computer, Firefox 34.0.5 works fine for the administrator account. For the user account however, a new tab will not open when clicking on a link in a web page. The settings under options / tabs are all checked properly. I have uninstalled Firefox, removed all the files from the profile directory for the user, then reinstalled Firefox - got the same result. I even uninstalled Flash player per https://support.mozilla.org/en-US/questions/1032376 - still, a new tab will not open when clicking on a link in a web page. Have tried safe mode and restoring defaults without any luck. I suspect the answer is simple (Occam's razor) - just can't seem to find it though.

    Hi postseason, you [[#answer-671346|said]]''
    <blockquote>
    The link opens in the same window. It's not unique to any site, it's consistent.
    </blockquote>
    As John99 stated, that is the normal way that Firefox handles links. The setting in options refers to when links are coded to open in a new window, do you want a new window or do you prefer a new tab.
    In addition to the methods John99 listed, Ctrl+click opens a link in a new tab (nearly always; links intercepted by scripts can evade it).
    If you want ALL links to AUTOMATICALLY open in a new tab, you would need an add-on for that. I don't use it myself, but Tab Mix Plus has a very rich set of options for where to open links, bookmarks, etc. You can read more about it here:
    https://addons.mozilla.org/firefox/addon/tab-mix-plus/
    As a footnote, Google has a search preference ([https://www.google.com/preferences here]) that codes results to open in a new window, so that's why I asked if you only noticed the difference on particular sites.

  • Dialog control flow case not opening in new browser window

    Hello -
    Using JDev 11gR1.
    I have a page fragment that contains a table of command links like so:
            <af:commandLink text="#{row.id}" id="cl2"
                            action="#{reportRunnerBean.runReportAction}"
                            useWindow="true" windowHeight="500" windowWidth="500">
              <f:param value="#{row.id}" name="reportId" id="p2"/>
            </af:commandLink>the runReportAction method returns the String: "dialog:runReport"
    in my page flow, the page fragment has a control flow case with the outcome "dialog:runReport" that leads to a URL View with the URL setting set to #{pageFlowScope.reportUrl}
    (the reportRunAction places a string in page flow scope with the key of "reportUrl". in case it matters, the url is external to the application)
    When I click on the link, I am directed to the correct URL. However, it does not open in a new browser window - it takes up the main browser window.
    Is there something obvious that I am doing wrong?
    Thank you for reading this,
    -- Scott

    Well, I couldn't figure out why the dialog wasn't working correctly, so I changed my page to use a server listener to handle the logic I wanted and just used af:goLink instead of a command link. That command link above became:
              <af:goLink text="#{row.id}" id="gl1"
                         destination="#{row.reportUrl}"
                         targetFrame="_blank">
                <af:clientAttribute name="reportId" value="#{row.id}"/>
                <af:clientListener method="logReport" type="click"/>
                <af:serverListener type="LogReportEvent"
                                   method="#{reportListBean.logReportInvocation}"/>
              </af:goLink>with the following client listener:
        <af:resource type="javascript">
          function logReport(evt) {
              var component = evt.getSource();
              var reportIdParam = component.getProperty("reportId");
              AdfCustomEvent.queue(component,
                                   "LogReportEvent",
                                   { reportId: reportIdParam}, false);
        </af:resource>and code in the bean:
        public void logReportInvocation(ClientEvent clientEvent) {
                String reportId =
                    (String)clientEvent.getParameters().get("reportId");
                //...do something w/reportId here...
        }Thanks to anyone who took the time to read this.

  • Links will not open in new window from iPad but work in IE on desktop.

    I am trying to set some links to open in a new tab but for some reason they just keep opening in the original tab. External links work fine but when I try to make another page from my website open in new tab, it will not work.
    I have looked at the code and it all looks fine.
    <a class="nonblock nontext shadow rounded-corners clearfix grpelem" id="u105617-9" href="metro_tweets.html" target="_blank"><!-- content --><p id="u105617"> </p><p id="u105617-2"> </p><p id="u105617-3"> </p><p id="u105617-7">Metropolitan<br/>Region TWEETS</p></a>
    I have also ticked the box that says "open the link in a new window or tab".
    Any ideas what the issue could be? It has worked before so I am sure it can be done.
    Would it have anything to do with the site hierarchy?
    Cheers
    Garry

    Hi Aish,
    Thanks for the quick reply.
    I had a feeling you would ask me those questions so I'll give you a bit more background of what I am doing.
    I have created a locally accessed web app as part of project I am working on at Universty. It is a mockup of an iPad app that I will eventually build, although it is fully functional in it's web app state. For this reason it is not hosted on any web server but instead transferred to the iPad via DiskAid and accessed from Mercury Browser.
    Mercury browser is the only browser that I have found that can display html files from within it's own file storage and make it look like it is being served from a server. Safari browser will not let you do this and the only other browser that I found that could do it has been discontinued (Terra Browser).
    Adobe Muse has been fantastic for doing this kind of work and as I said before, the internal links opened in a new tab with Mercury Browser previously, so I am not really sure what is going on.
    Any ideas would be appreciated.
    Cheers
    Garry

  • Pdf links will not open in safari.

    Had no problem until upgrade to Lion.  Got newest Reader.  Genius Bar said Adobe Reader the problem.  Got rid of it.  Still no pdf pages will open.  Can open freestanding pdf files with Reader or Preview.  Get a black screen when I click a pdf link.  Upgrade Lion on my iMac and no problem, but on my Powerbook the pdf links no longer work in Safari.  Tried Firefox and do not work their either but get a while screen.

    Hi...
    Go to  /Library/Internet Plug-Ins
    Move the Adobe PDF Browser plugin to the Trash.
    Quit then relaunch Safari to test.
    If you have trouble finding the files..
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    /Library/Internet Plug-Ins
    Click Go
    edited by:  cs

  • File/send link will not open Outlook New Message, but tries to open a whole new browser window in Outlook

    When firefox updated to 3.5, on my xp desktop, the send link option under File, and the send link extension both stopped working completely. I used tools/options/applications/browse to try to direct it to Outlook and now it is attempting to open a whole new session of Outlook in browser mode, rather a new message with the link in it that I wish to send. It is also giving me an error message that the "default mail client is not properly installed. (Send Link in Internet Explorer works just fine."
    == This happened ==
    Every time Firefox opened
    == Firefox was updated to 3.5

    Some [https://support.mozilla.com/en-US/forum/1/236694 report being able to fix this by running Detect and Repair on MS Office]. Perhaps changing the default in XP's "Set Program Access and Defaults" to something else, then back to Outlook will help.
    If you don't mind getting technical, [http://forums.techarena.in/windows-xp-support/624121.htm this] may give you some clues.
    You need to get your system's default mail client settings to a correct state, then [https://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox#Setting_Firefox_s_mail_client make Firefox use the default client in its options].

  • I've updated a web page and now the links will not open in any browser except safari

    I've updated a web site and the links no longer work. I'm using Dreamweaver. The page works perfectly in Safari but not in Explorer or Firefox and I don't know what to change to fix this.
    == not sure what to add here

    I thought I did post the page. Anyway, I did solve the problem. I'm working in Dreamweaver on files originally created in GoLive. The CSS from GL has to be completely expunged from the file or Firefox has this issue (doesn't respond to links). This, even though the problem had no obvious connection to the linked text. Interestingly, images with links worked fine.
    I spent 45 minutes on the line with Adobe tech support and they didn't catch this. But while talking to them it occurred to me.
    thanks, Bob

  • New links will not open in a tab, only in the main window

    with firefox 21, links will not open a new tab, only in the main window. I have set the option for tab opening, but it still will not work

    Did you installed ASK toolbar?
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • PDF files will not open in a Safari (v 6.0.5) browser window

    PDF files will not open in a Safari (v 6.0.5) browser window, OS 10.8.5. Version 11.0.04 Adobe Reader and Plug-ins installed. Both local and internet files do not load. What is happening here?

    Ok. I reloaded v 11.0.04 of Adobe Reader after quiting Safari 6.0.5 . Then deleted the 2 plug-ins AdobePDFViewer.plugin and AdobePDFViewerNPAPI.plugin . Relaunched Safari and tried to read a pdf from a repository at the URL mentioned in post 10 . The file was loaded and displayed correctly. Also a pdf file from my local disk store displayed nicely as well. What I do not understand is that there is no listing of an Adobe plug in /Library/Internet Plug-Ins , nor does Safari list any Adobe plug ins. So in that case this means that plug-ins for the display of pdfs in Safari windows are no longer needed!
    Adobe Reader version 11.0.04  is now working for me.
    Thanks for the help and the solution C.F.McBlob

  • Bookmarked PDF's will not open in browser window

    I just got the latest FF 3.6.6 and installed Nitro from Adobe so that I could open PDF's in the browser. Before upgrading, I could bookmark a PDF and it would still open it in the window. Now it wants to save it. How do I fix this? I bookmark a lot of PDF's because I don't want to save them on my computer, and I use them over and over for my writing.
    == This happened ==
    Every time Firefox opened
    == I upgraded to 3.6 and got Nitro add on

    1. Nitro is NOT an Adobe product.
    2. It is an alternative to Adobe Acrobat.
    3.It currently does not have the ability to display in a browser tab; see 3rd item below.
    <u>Company's web site</u>: http://www.nitroreader.com/
    <u>User forum</u> (click "Help" at the top of the Company's web site): http://community.nitropdf.com/nitropdf?from_gsfn=true
    <u>User forum thread; no in-browser display</u>: http://community.nitropdf.com/nitropdf/topics/launching_pdfs_in_the_browser_window
    You should be able to open PDF files from the internet directly in a separate Nitro window (not a tab in Firefox) if you change your settings on the Application panel (Tools > Options > Applications for "...PDF Document" content type(s). Read the following 2 articles carefully:
    http://support.mozilla.com/en-US/kb/Managing+file+types
    http://kb.mozillazine.org/File_types_and_download_actions
    <u>The PDF file will NOT open within Firefox because no browser plugin is provided by the company, but instead</u> will open the Nitro program in a separate window and display the PDF there.
    Somewhat general instructions; I do not have Nitro, so I am guessing at some names and locations on your hard drive and what you will see on the Applications panel. In the Applications panel, use the pull down arrow (see step 4 in the above article, Managing File Types), click "Use Other".
    -If Nitro <u>IS on the pop-up list</u>, click on Nitro, click OK.
    -If Nitro is NOT on the pop-up list, click Browse, go to your installation folder for Nitro (probably on C: drive in your Programs folder), open the Nitro folder, double-click on the executable that will open the Nitro program; nitro.exe/nitroreader.exe (whatever the file is named; you might want to find and open the Nitro program before you begin the process to know the exact executable file name to double-click).

  • New PC with Windows XP, replacing XP. My PDF docs will not open

    New PC with Windows XP, replacing XP. My PDF docs will not open and I am getting the following messages: EITHER  Adobe Reader could not open ‘xxx.doc’ because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn’t correctly decoded). OR  Word will now convert your PDF to an editable Word document. This may take a while. etc.  Help please.

    dibble wrote:
    EITHER  Adobe Reader could not open ‘xxx.doc’ because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn’t correctly decoded). OR  Word will now convert your PDF to an editable Word document.
    These are two completely different symptoms.  Please explain exactly what you do when you get either of these messages.  Also tell us your Reader version.

  • Embedded pdf files will not open

    Dell Laptop Windows XP up to date, Firefox 4.0, Adobe Reader 10.0.1
    Since updating to Firefox 4.0 certain embedded pdf files will not open forcing me to use my Internet Explorer browser to access these files. Tried all of the FAQ suggestions with no relief.
    NOTE: I can open previously opened files (Firefox 3.___) but not a new one.

    Thank you for the response. I insereted several .pdf files into my MS Word document where they show as Acobat icons. When in MS Word, I am able to double-click on the icons and the files open in Acrobat. I then converted the MS Word document to a .pdf. These icons now only show as pictures and do not open the original inserted .pdf documents.

Maybe you are looking for

  • Setting up 2 App-V Servers

    Hi there I'm currently planning our App-V 5 Environment in our company. My goal is to have 2 mangement / publishing servers with a Netscaler in front of it, loadbalancing the management and publishing website. The AppVManagement Database will be stor

  • How do I move photos from photostream to my ipad's photo album

    I have several photo streams available for viewing on my ipad. I would like to take some of those images and create an album on my ipad so I have them on the hard drive. any ideas?

  • How can i view animations that have been sent via MMS?

    I frequently receive animations from family and friends via MMS message but they display on my X10mini Pro as static images.Why is this and what can be done about it?

  • BAPI_COSTCENTERGROUP_CREATE not adding Cost centers to group

    Hello, I am using BAPI_COSTCENTERGROUP_CREATE to add/delete Cost Centers from a group by passing Controlling Area, Group name and Cost centers in HIERARCHYVALUES table. Though the BAPI successfully deletes existing Cost centers from the group, while

  • Mac osx 10.6.5 showing up as 10.6.4??

    even after using the update combo 10.6.5 and running the package the mac still states its on 10.6.4,i ran software update after that and it showed that 10.6.5 was available so i ran the update via that and after downloading it restarted my system but