Forcing link in one web based PDF to open link to another PDF in new browser window

We have created a form using LiveCycle Designer ES2.  The form is found on our website and is used by faculty to submit proposal information to our office.  Depending upon the answers to questions in the form if they say yes we had a link to another form that we would like them to complete and submit with the original PDF that they are working on.  The problem that we are having is that when they click on the form it opens the new PDF and all the data that they had entered in the original PDF is gone once the new form opens up.  Is there a way to force the new PDF via the use of some scripting that can go along with the link, or via the use of a button that can force the new form to open in a new browser window?  It is impractical for us to expect 1500 faculty members to change their browser settings to open new PDF's in a new window.  We have removed the links for now and have just put in text that says if they select yes they need to go out and complete the additional form.
The form we are using can be found here: http://spo.usu.edu/files/uploads/SP-01.pdf
The first three questions on page two where we reference the other forms is where we would like to be able to add the links to the new forms and have them open in a new browser window.  When the form is downloaded and opened in Adobe Acrobat/Reader the links functioned correctly, it just did not function properly when it opens in a browser.
Thank you in advance for any assistance you can offer in regards to this issue.

I used a button, removed the border/fill properties and underlined the caption to look like a URL.
The click event is...
// form1.page1.subform1.urlBtn::click - (JavaScript, client)
app.launchURL("http://spo.usu.edu/files/uploads/SP-01.pdf",true);
The PDF will open in a new window or tab, depending upon the browser configuration.
Steve

Similar Messages

  • How to make firefox open a URL in a PDF document which is loaded using Adobe PDF viewer in firefox to always in a new browser window ?

    Hi
    I have a web application which would enable users to see a list of PDF document on the web page and when the user select the PDF document, it will be open by a adobe PDF viewer.
    Within the content of the PDF document, it will contact URL links to some other portal web pages which we would like these other web pages to be open in a new browser window, but our testing shows that the new web pages may not always open in a new browser window.
    Could you help to advise how I can enforce that new web pages that are clicked from the PDF document can always be open in a new firefox browser window ?
    Thanks in advance.
    Regards
    Sen Lee

    Hello,
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Go to ''Tools'' > ''Options'' (or ''Firefox'' > ''Options'').
    #In the Options window, select the ''Applications'' tab.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right handside you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to make a linked report to be shown in a new browser window

    I created two portal reports and a dynamic link between them. By
    clicking on
    the linked column of the report A (master list), I successfully
    got to the
    report B (detail report). The problem I have is that the report
    B is shown on
    the same browser window as the report A. I am wondering if there
    is a way that
    I can open the report B in a new browser window.
    Thank you very much for your help!
    Jean

    <p>When I use an oracle link from 1 report to another, portal adds 47 spaces after the link. When processed in a browser it displays as 47 %20's right after the binded variable.</p><p>
    Using the concatenation method worked in that it opened in a new broswer window and binded the variable correctly, but returned no rows.
    I manually appended 47 %20's in the address bar and it returned all the data correctly.</p>
    <p>
    For testing purposes I added 47 %20's to the sql code, hoping it would add them to the link. It did, but with many more %20's in addition so didn't work.</p>
    <p>
    I got it to work by adding just a '%' after the variable name. Here is the code that seems to work for me.</p>
    <span style="background-color:#cccccc;">
    < a href="http://PORTALLOCATION/SCHEMA.RPT_NAME.show?p_arg_names=BINDVARIABLENAME&p_arg_values='||VARIABLE_TO_BIND||'%" target="_blank">'||VARIABLE_TO_APPEAR_AS_HYPERTEXT||' < /a></span>
    <p>
    Thanks for your help bclange. Hopefully the Oracle guys have read this and will add the target attribute to the link component next time!</p>

  • Linking to one new browser window?

    Can anyone tell me how to open multiple pdfs from one page in
    the same new browser window instead of opening multiple windows in
    Dreamweaver 8 (MAC)?

    You would not be able to do this by linking directly to the
    PDF. This is
    what I said in an earlier post.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "thephitt" <[email protected]> wrote in
    message
    news:fn31c9$7l4$[email protected]..
    >I am able to get the pdfs displaying in the same window
    and coming to the
    >front
    > by using the OpenBrowser Window behavior EXCEPT the
    first link (any link)
    > I
    > choose gives me a page in IE (PC) stating "The Web page
    can not be
    > displayed".
    > If I choose the same link again it will display on that
    page and all
    > others
    > that have the same behavior. Here is an example of the
    code to open the
    > link.
    >
    > <a href="pdfs/winter_2007.pdf" target="feapdf"
    class="style1"><u
    >
    onclick="MM_openBrWindow('pdf:blank','feapdf','')">Current
    Newsletter
    > </a>
    >
    > URL to display = pdf:blank
    > window name = feapdf
    > target set to feapdf
    >
    > Again, works fine on the MAC but this issue occurs on
    the PC using IE
    >

  • How to force external links to open in new browser window/tab?

    Greetings. I'm here because searching elsewhere kept coming up with references to javascript. I've created an interactive PDF with both internal and external links. It works just fine when viewed in either Acrobat or Reader. However, it is being downloaded to users' browsers and when they access the external URLs, the new sites replace the existing page in the same window.
    Is there a simple way for me to include an action in the PDF prior to distribution that will force it to open external URLs in a new browser window or tab?
    And for the record, I barely know how to spell Javascript, much less how to write or implement it. So if there is a simple solution, I hope you can also help walk me through the steps to implement it.
    Thanks a ton.

    There are two issues here:
    - How to do it using JS
    - How to do it in a non-Adobe browser plugin
    The first is pretty straight forward. You use a code like this, replacing the dummy URL with your own:
    app.launchURL("http://www.example.com", true);
    The second issue is more problematic, and in fact there isn't really a solution to it. If the plugin used supports this method then it will work, if not, then you're out of luck. Unfortunately, outside of the Adobe software I don't think that any other plugin supports it.

  • 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.

  • Open PDF link in new browser window?

    I'm viewing a newly created PDF in a browser.
    When clicking an internal link, the linked PDF loads into the same window
    I need it to launch in a new browser window.
    I have set the link to "launch new window" in Word where this file originated.
    I have also opened and resaved it in Acrobat 10 with preference "Open cross-document links in same window" deselected.
    Neither of these setting have change the behavior though all documentation I read seems to suggest they should.
    What am I missing here??
    -Blake

    That preference setting does not apply to web links and do not refer to a browser window, but an Acrobat window.
    There is a JavaScript method that might work. Try setting the link action to something like the following script:
    app.launchURL("http://www.example.com/", true);
    This was taken from the example here: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.150.html
    The problem is if a user has Reader 10 and protected mode is enabled (as it is by default), it doesn't work and opens the link in the same browser window.

  • Have PDF links open in new browser window.

    Hello. I'm new to creating PDFs with active links. I created a PDF that is linked within a page. When that link is clicked it opens up the PDF in a new window. I want the links in that PDF to open up in a new browser window. Is that possible? I don't see the option in Adobe Acrobat XI Pro.
    I have another question. The links don't work at all in mobile devices. Is there something I have to do to have the links work in an iPad, iPhone, etc?

    Is the link an HTML link, or within a PDF? Is it a URL link or a file link?

  • Opening links on a pdf in a new browser window in IE

    I am trying to get the links embedded in a pdf to open in a new browser window. I applied the follow javascript to the link's action:
    app.launchURL("myUrl", true);
    This works in Firefox, a new browser window opens, but not in Internet Explorer. In IE, it still replaces the pdf with the page being linked to. Has anyone come up against this? Thanks.

    thanks for the quick feedback-
    no, because my customer is using the IE 6. According to the system
    requirements all these Acrobat/Reader versions should also run
    properly under IE 6 http://www.adobe.com/support/downloads/detail.jsp?ftpID=3796
    I have a look in IE >> manage- add-ons and got the following Add-ons
    for adobe
    - Adobe PDF
    - Adobe PDF Conversion Tool helper
    both are enabled!
    Do I need more?
    can u pls check, if u have the following ddl's in the adobe home dir:
    Acropdf.dll, Acroiehelper.dll,Gbdetect.dll and Pdfshell.dll
    Thanks
    Caleb

  • Download blob as pdf. Display inline in new browser window

    I am using the standard functionality of loading blob data, using a browse/upload item, and retrieving blob data using a report on a blob column. One of the settings when setting up upload and retrieval column attributes is called "CONTENT DISPOSITION". If I set it to "INLINE" the file downloads when clicking the "DOWNLOAD" link and displays in the appropriate viewer, e.g. for PDFs it's the browser window. How do I get the PDF file to display in a NEW browser window so the user does not have to leave apex?
    Paul P

    Alternatively, do pdf's already render in the browser window?
    http://www.mydigitallife.info/2007/06/17/disable-pdf-from-opening-in-web-browser-ie-firefox-opera-safari/
    Trent

  • Calling web report in new browser window

    I have one Web-based Oracle report where I am calling another report in a FormatTrigger as:
    http://myserver/cgi-bin/rwcgi60.exe?key1+:param1
    I want to run this second report in a new browser window. I tried using TARGET="_blank"
    but I get syntax errors. I know that without the cgi parameters, it is easy to include the TARGET after the URL. But can anyone tell me the correct syntax for the above case (with parameters)? I tried putting the TARGET before '?' and after the param but both failed.
    Thanks
    null

    try this in your format trigger:
    web.show_document('http://myserver/cgi-bin/rwcgi60.exe?param1=value+param2=value', '_blank');

  • New browser window from CRM Web UI causes problems

    Hi Experts,
    We have several links to internal web sites that CRM users can access from the web UI.  Problem is, whenever one of these links are selected, the user looses whatever it was they were doing in CRM and the main window displays the following message:
    The object you have selected is starting in a new browser window. You can continue working normally in the current application. However, you may have to navigate back to the page you were working on.
    Anyway to prevent this from happening?   Would very much appreciate any advice.
    Thanks,
    Stephen Brewer

    Hello Brewer,
    If your requirement is to open some URL say google.com etc in a now window, then there are only 2 ways
    1) Use Transaction Launcher
    2) Use PopUp Window.
    1) If you use transaction launcher, and created the link in your direct link group then on click of the link, the URL will open in new window but you cant avaoid the message that you get in the current window. Also, if users POPUP Blocker is ON, user will never come to know why the new window has not launch.
    2) This is very simple and straight forward approch for opening URL. However, POPUP windows in WEB UI are modal windows, so say on click on a button on Account Overview Screen, i open google.com in a popup then unless i close this popup , i can not work on the account overview screen . However, you can see the account overview screen as it is and you can resume back when the popup is closed. Also you can define the even handler on close event of pop up so you can pass the data to & fro between the webclient view and the pop up.
    to open some extrenal URL in a PopUp , You will need to create a blank view and attach it to a window. In .htm file of the view, you can use tag IFRAME and call your external URL here.
    Hope its helpful.
    Thanks & Rregards
    Prasad
    PS : the popup blocked problem will still be there however, it flashes a message like pop up blocker is ON in case of using popup window

  • New Browser Window from Hyperlinks on PDF created in In Design

    I am creating PDF documents using In Design CS3.  The PDFs have hyperlinks to other PDFs as well as hyperlinks to webpages. The finalized PDF is being accessed through our website as a link on the webpage. The PDF is opening in a new browser window/tab and the hyperlinks are working great.  My problem is this: How do I get it so that the hyperlinks on the PDF open to a new browser window as well.  Currently, when I click a link, it changes the current browser window that the PDF is in.  I want to set this so that anyone, from any computer will have it so that the link opens a new window/tab.

    In Adobe Acrobat (the application, not the .pdf reader) use the Link Tool to edit the hyperlinked text object. Remove the “Open a web link” action assigned by default to handle the hyperlinked text when clicked. Assign a new action to the linked text that will open the hyperlink in a new window.
    Note: The links have to be established each time you create a PDF – they do not carry over from In Design or any other software.
    1.     Access the Link tool (Tools > Advanced Editing > Link Tool)
    2.     Right click on the hyperlinked text and select Properties
    3.     In the Link Properties dialog box click on the Actions tab
    4.     In the middle of the Actions panel in the Actions section click on the Open a web link action listed there to select it.
    5.     Click the Delete button located just below that section in the lower right corner. This removes the action from the list and the Actions section should now be empty.
    6.     In the Add an Action section right above the Actions section click on the Select Action drop down menu and select the Run a JavaScript action from the list.
    7.     Click the Add… button.
    8.     In the JavaScript Editor that opens up, click your cursor in the Create and Edit JavaScripts area, like you would in a word processor to begin typing, and type the following line:
    app.launchURL("http://www.MySampleURL.com/someFolder/somePage.html", true);
    9.     Change the hyperlink text between the quotation marks to your desired URL.
    Ex: app.launchURL("http://www.cnn.com", true);
    Caution:
    1.     The code is case sensitive so make sure you typed app.launchURL NOT app.launchurl or some other case combination.
    2.     Make sure that you have quotation marks around your hyperlink URL.
    3.     Make sure there is a semicolon at the end of the line of code you just typed.
    4.     Make sure that the quotation marks are straight up and down – not on an angle.
    10. Click OK to close the JavaScript Editor dialog box.
    11. Click OK to close the Link Properties dialog box.
    12. Save the .pdf and test your .pdf hyperlink by opening the .pdf document in a browser, click the link and check to see that it opens in a new browser window.

  • File Open Issues - document library pdf file to open in new browser window

    Hi
    I have a requirement to open the document library containing pdf file to open in new browser window. So far I have tried following steps but could not get it to work.
    1. Changing Document library advance setting to open the document in browser (have tried others as well).
    2. SharePoint web application setting changed as Permissive instead of Strict. Here the pdf file opens in browser but redirect from document library instead of new window(Also tried adding Target=”_blank” and no change).
    3. Executed the powershell script to adding MIME type to see if it works but no change.
    $webApp = Get-SPWebApplication http://SharePointSite
    If ($webApp.AllowedInlineDownloadedMimeTypes -notcontains "application/pdf")
    Write-Host -ForegroundColor White "Adding PDF MIME Type..."
    $webApp.AllowedInlineDownloadedMimeTypes.Add("application/pdf")
    $webApp.Update()
    Write-Host -ForegroundColor White "Added and saved."
    Else
    Write-Host -ForegroundColor White "PDF MIME type is already added."
    4. Open the Doc library and modified ALLItems.aspx to add Target= “_blank”
    5. I have already tried solutions suggested in the link:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9db08c4a-b53c-419a-84f8-001c194d1311/how-to-open-sharepoint-document-library-pdf-file-in-new-window?forum=sharepointadminlegacy
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/530e2ea1-d77d-491c-935f-04f536e439a5/open-a-pdf-document-to-a-new-browser-in-the-document-library-web-part?forum=sharepointadminlegacy
    http://mindsharpblogs.com/todd/archive/2005/08/16/654.html
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/7b6091df-4657-4799-ba02-259ebd7e4b7c/pdf-doesnt-open-in-document-library?forum=sharepointadminlegacy
    Appreciate if there are any working solution from any of you. Many Thanks

    I found a solution which works only in the development. No idea when I compared, Browser MIME type is enabled, STRICT browser type is configured for web application. on the document library advance setting, default to open in new browser. Both configurations
    are identical but I am able to open pdf file in new window in my developing using jquery script
    http://blog.ithinksharepoint.com/2011/02/21/open-pdf-files-from-a-document-library-in-a-new-window/ but the same does not work on production server :(
    Any help experts?
    Thanks

  • Discoverer Viewer Open Link in New Browser Window

    We have created cubes with links to details (using Manage Links).
    When selecting the link from Discoverer Plus OLAP, a new browser window opens.
    When selecting the link from Discoverer Viewer, it opens within the same browser window.
    How can we force Discoverer Viewer to open a link in a new browser window?
    We tried adding the TARGET="_blank" to the link but that only gets added to the last parameter (or passed as a parameter).
    Unlike Discoverer Plus parameter, there is no _popup option.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    This article by Ted Padova will give you the JavaScript code that will accomplish this: http://acrobatusers.com/blogs/tedpadova/opening-pdfs-new-browser-windows

Maybe you are looking for

  • About pnp selection screen

    hi experts,    i am using pnp selection screen  and i want   emp no , personnel area , personnel subarea , epm group ,emp sub group  in my selection screen. how it can be possible ?   actully there is option to select the particuler field option ,but

  • Running 2 Instances of Captivate 8 on Mac

    I can run 2 instances of Captivate 6 on a PC, but at home I have 8 and I'm on a Mac. When trying to open Captivate again through the Spotlight Search, Captivate would not open again. I did not try opening it through the Applications folder. Is it pos

  • Forgot my administrator password in windows 7

    sir ,      i have forgot my administrator password in windows 7 .      how can i easily solve that problem ?      and my data is so importanat .      so pls. help and solve this problem .

  • Unable to establish connection to policy manager while starting weblogic

    Hi, While i try starting weblogic, i get an error stating "The policy referenced by URI "oracle/no_authentication_service_policy" could not be retrieved as connection to Policy Manager cannot be established at "t3://indl144178:7101" due to invalid co

  • IPhone will not appear as device in iPhoto

    All of a sudden my iPhone 5 will no longer appear as a device in iPhoto 9.5.1 I just want to import photos to iPhoto from my iPhone - I've been doing this for years! Ideas?