Close PDF Form in IE Browser

Hi,
Does anyone knows if there are any way to close a PDF form that is opened in a browser (Internet Explorer 6)?
In my form, there is a button that is supposed to close the form when clicked, it is working if I launched the form in Reader but does not work in a browser.
The script that I used in the click event of the button is:
event.target.closeDoc();
Thank you.

Hi,
I'm looking at the Javascript reference now. The document does not mention anything about closing the form in an external viewer like a browser.
I've also tried the same form with Reader Extensions rights added to it, but the outcome is the same.
According to this thread, post #88
http://www.adobeforums.com/webx/.3bbe87bf/87
It was mentioned that "Note that this method is only available when the form's host is Acrobat." Does it mean that if the form is viewed in a browser using Acrobat it will not work also?
Thank you.

Similar Messages

  • How to close PDF form in Browser

    Hi,
    Does anyone knows if there are any way to close a PDF form that is opened in a browser (Internet Explorer 6)?
    In my form, there is a button that is supposed to close the form when clicked, it is working if I launched the form in Reader but does not work in a browser.
    The script that I used in the click event of the button is:
    event.target.closeDoc();
    Thank you.

    Hi,
    heres the code
    1. Go to <Your Webdynpro project> - WebDynpro - Web Dynpro Components - <your component> - Windows right click and create a window (PdfWindow).
    2. Place the view that contains pdfForm in the window PdfWindow.Create a button in the view say ClosePdf .
    3. Create a context attribute say WindowInstance of type com.sap.tc.webdynpro.clientserver.window.Window (java native type) in the component controller.Map this attribute to the context of both views (view with button and Pdfview)
    3. In the onAction of button
    IWDWindowInfo windowInfo = (IWDWindowInfo) wdComponentAPI.getComponentInfo().findInWindows("PdfWindow");
    IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo,true);
    window.setWindowPosition(500, 500);
    window.show();
    wdContext.currentContextElement.setWindowInstance(window); // this iwll bw used to destroy the pop up
    4. In Pdfview create a action closepopup and associate with button ClosePdf. In the action write
    IWDWindow window = wdContext.currentContextElement.getWindowInstance();
    window.destroy(); // this will close the popup.
    Note:
    you dont need wdContext.currentContextElement().setPdfVisible(WDVisibility.VISIBLE); as your pdfform is in different view.
    Message was edited by:
            Shriram Kabra

  • I'm having trouble viewing PDF forms in a browser

    When I go to a business site for a manual and the format is using pdf, after viewing I cannot go back to previous page using the back button or the arrow back. It keeps returning to the pdf manual I was viewing. I have to click the arrow twice  or three times to return to back page and sometimes when clicking to many times it return to the beginning page. This has been happening to almost all pdf forms used by businesses or any other websites. Is there something I have tochange in settings?

    Hi Snakedog777,
    How frustrating! What web browser are you using? Do you run into the same troubles when viewing PDF files on other browsers? And does the problem only exist with PDF forms--or are you having trouble viewing any PDF files?
    For starters, please see Acrobat Help | Display PDF in browser | Acrobat, Reader XI for information about configuring your browser.
    I look forward to hearing back from you.
    Best,
    Sara

  • Want to display an interactive pdf form in the browser

    Hi all,
    I had created a value node and has also binded it to the 'dataSource' property of Interactive form UI Element & i had also binded the 'pdfSource' property to a value attribute of binary type.
    i had design the pdf form using the Adobe liveCycle Designer now when i deploy my application to my server (not running on my own system)
    No error is shown but the pdf form space only shows red cross in it.
    Please tell me where i could be wrong.

    Hi,
    If you want to display PDF in browser by using Webdynpro means you need to follow like this.
    ADS should indtalled in your portal.
    After only you have to create an Interactiveform UI Element in WD and that should be designed there data value should be drag and drop.
    Then only deploy the application the pdf should be displayed in browser.
    I am thinking like this only.
    Otheriwise post your issues.
    Thanks,
    Lohi.

  • Close the form and the Browser as well

    Hi Guru!!
    I am using forms10g and its running on window's Internet Explorer. I want to close the form and Browser as well by clicking a button.
    Thanks in advance
    KMM
    ====

    This thread might be helpful.
    Is there any way to close the parent window when using separateframe=true
    Regards,
    Arun

  • Submit to Sap button in PDF form

    Hi.
    I am create two views
    1. start view       2. Result View
    i am enetering data in the Start view and navigation to Result View.
    in the result view i am displaying all values of start view in the PDF Format.
    i want to navigate from PDF form to Start View  for that i did like this
    First i inserted SUbmit to SAP button in the PDF form
    i created plugs and navigaion betwen Start View and Resutl View (both side)
    i have created action in the Resutview and assigned to PDF form onSubmit parameter.
    when i run the application in the portal it is not working let me know the reasion
    regards
    mmukesh

    Hi Pavan,
    I am getting PDF form properly in browser with no values in the fields as it should be. And i have provided one User entered field, When user enters sales order number in that field and presses the submit to sap button other fields rerlated with sales order status information should be displayed with the values related with that sales order number. But after pressing Submit to SAP button i didnt get values in other fields.
    Method for Submit to SAP button is also called properly. Even i can see the status information in fields outside the PDF form in Browser.
    So, parheps i think that whenever PDF form loads first time in browser, at that time it shows the values in the context variable. But after first load nothing is changed in that PDF form evenif the context values are changed.
    Is it true?
    Regards,
    Bhavik

  • How can I close an Open PDF form without crashing the browser

    Hi
    We have build a webdynpro application in Java. In this application, we are make using of the Interactive form to bring up  a PDF form that the users can print. Our issue is that no matter what approach we take there is no gracefull way to exit once the PDF is displayed.
    Here are the approaches we took.
    1) Embed the PDF in the existing Window. The form comes up correctly with all fields, but there is no way to get out from it. A browser back doesnt help, nor is there a default close button in the PDF window.
    2) Bring up the PDF on a separate window.The PDF does come up fine on this new window. We were hoping to use the window.destroyInstanece() method on this new window to both close the window and gracefully exit the PDF form. This too dint quite work out and resulted in a browser crash.
    I am sure others must have faced a similar problem. Are there any suggestions on how we can handle this. I found a few other posts with similar issues but no clear answers.
    We are using Adobe 7.0.9 Reader on the client end.
    Regards
    Aju Paul

    I have been working with Aju on this issue. We are still experiencing the issue.
    We have tried using the destroyWindow() method and using a fireplug to redirect the application. When we have an Interactive form embedded on one of the views in the window, the application will cause a browser crash when we try to destroy popup window or redirect the applicaiton.
    If we remove the Interactive form from the view, we can destroy the window and we can redirect the application. The problem only  occurs when the Interactive form is present.
    We have recently upgraded our server to SP10. I have also reloaded the ACF on my pc. Neither of the steps resolved the issue. What else can we look at to see what may be causing the issue.
    Thanks.....Tommy Knight

  • Unable to close open PDF  form after viewing it

    Hi All,
    We have an issue with a webdynpro application in Java. In this application, we are make using of the Interactive form to bring up  a PDF form that the users can print. Our issue is that there is no gracefull way to exit the window once the PDF is displayed.
    There's no way to close the browser window that opens PDF except shutting
    down the computer, and this happens only for few users and not for every one
    We are on EP6.0 SP18 and using Adobe 7.0.9
    Appreciate any help
    Thanks,
    Kiran

    Hi Kiran,
    Just try this .. I hope this should work.
    Can you please install the Adobe Reader 8.1.1 and try again?
    I have seen this problem in 8.0 but after installing the reader 8.1 it got solved.
    Cheers
    Satya

  • In Browser .PDF forms wont' work

    I am so frustrated right now. Can someone please guide me on how to open, fill out, and submit .PDF forms using ANY broswer (I don't care which one)  on the MAC?
    I've tried extensions, plug ins, Adobe reader itself, Adobe Pro, reading for 2 days and for the life of me I can't fill out and submit forms on Safari, Firefox, OR Chorome.
    My frustration is multiplied by the fact that this worked in safari before I updated to 10.6.8, which also updated Safari to 5.1.2 at the same time.
    I've read in several places that there is an issue with Adobe and Safari, but to not be able to accomplish this in any browser is unbelievable to me.
    I have the latest of everything, browsers, OS, adobe, you name it I've updated it.
    Can someone please help me throught this?? I would be so greatful !!!

    had the same problem but found a workaround. If you have created your form in Adobe Acrobat Professional X you will have to first choose file and then save as your form and select reader extended pdf and select enable additional features. The will allow your users to save a copy of the form as well as the data in the fields. once this has been done you simple email it to yourself and open it in Adobe Acrobat Reader on the iPad then select the printer and and select print on the iPad. But the key to making this all work the form must forst be ceated in Adobe Acrobat Professional version X or greater. I have tried this and it works fine, it will also enable your form users to save the form and print to any printer with the saved field data. Hope this helps. I contacted Adobe and they say that they do not provide any support for the airprint feature. I suspect that the print protocol for the field data created in Adobe is not recognized by the airprint application. But if they investigate why we are able to print it only after saving it in reader extended pdf followed by enable additional features they should be able to resolve this issue by examining the difference between both print protocols. Hope this helps. If anyone out their has found a better way please let me know.
    Rick

  • Is there a plug-in yet that will allow pdf forms to be opened in the browser and submitted?

    Is there a plug-in yet for Firefox that will allow pdf forms to be opened in the browser (instead of downloaded), and then submitted to an e-mail address using the submit button on the form? I finally installed the plug-in that allows a pdf to open in Firefox and not downloaded, but the Submit button doesn't work.

    Help. Same issue.

  • Save and Close the PDF form

    I've created PDF Form (Acrobat XI standard) with various field and button for sending the link of document location by outlook mail. I need the adobe java script for save the document in same location and close the document while i use the button for sending the link.

    You can only save the file to a specific location if you can install a script on the local machine where the file is used.
    Otherwise the best you can do is cause the Save As dialog to open, but you can't force the file to be saved.

  • Pdf form crashes browser

    i created a pdf form in adobe live cycle designer and when i  click the link to the pdf on my website, the browser crashes. I then have to ctrl+alt+delete to end task and then a window pops up saying "xml parsing error: unclosed token (error code 5), line 5259, column 2 of file". Another one comes up after this saying "xml parsing code error: no element found (error code 3), line 1, column 1 of file"
    The weird thing is if i right click the link and "save link as" the pdf will download to my computer with no problems.
    Anyone know what's going on here??

    Hi,
    Open Acrobat and go to the preferences / internet. Check that the "Display in Browser" is checked.
    Hope that works,
    N.

  • 2 Problems with PDF Forms:  Import and Launcing PDF Form in Browser

    We are installing SAP sersion 2004s and I have encountered 2 problems while working through several tutorials.
    1.  When Adobe Designer opens from the layout in SE80, the IMPORT option (under TOOLS) does not appear.  Is there an installation step(s) missing?
    2. I created a simple Adobe Interactive form based on T. Jung's demo (but without the imported PDF form).  Enabled is on and the binding is ok; yet, when I test the application the browser displays only a blank screen.  Other Web Dynpro for ABAP tutorials have worked fine, but not the Adobe Forms.  Again, is there an installation step(s) missing?
    regards,
    john

    First make sure that you have the correct version of the Adobe Lifecycle Designer installed.  I am running 7.0.050519.0.  There are some OSS notes on how to upgrade to the 7.X version of the designer.
    On the second problem, you probably don't have the correct version of the ACF installed.  The ACF (Active Control Framework) is only used when running Interactive PDF documents - not print version ones.  Have a look at OSS note 766191 and 846952.  I had to uninstall my current ACF and install the 04S SP7 version (according to the two notes listed) before I could build the demo in question.

  • PDF form open in viewer not browser

    I'm having a problem with a PDF form on my website. I've tested it up and down with no problems, yet I'm getting feedback that users complete the form, click "submit" and nothing happens...and I don't get the form using form central.
    I've determined that the problem is that users are completing the form in a web browser, rather than in adobe reader/acrobat.
    I would like to make a change to the form, or something with my site that would automatically open the pdf in a viewer (or detect if the user does not have Acrobat) - versus having to hope that the user follows the directions that I've posted to my site.
    Please help!

    Hi;
    Yes, unfortunately when you post a PDF online as you discovered it does not work right when filled out in a web browser and you want/need users to download the PDF and use Adobe Reader or Acrobat to fill out the PDF.  It sounds like you are likely doing what you can - directing users as to what to do, you can see if you can get a good recommendation from the Acrobat forums on this topic (it is a general PDF issue and not specific to FormsCentral): http://forums.adobe.com/community/acrobat
    You also might want to do some google searching, this Stack Overflow discussion might be helpful: http://stackoverflow.com/questions/6794255/html-download-a-pdf-file-instead-of-opening-the m-in-browser-when-clicked
    Thanks,
    Josh
    FAQ on "PDF in web browser: http://forums.adobe.com/docs/DOC-4142

  • Best web browser for submitting PDF forms

    Is there a preferred web browser for submitting PDF forms, or can recipients submit the form via any of the common browers like Explorer, Firefox, Chrome, etc.?

    We support all of the major browsers: Internet Explorer, Firefox and Chrome.
    Thanks
    Roman

Maybe you are looking for

  • FaceTime can't sign in.

    FaceTime can't sign in with good Apple ID.

  • Using my Treo 650 to connect to internet

    Is there any Vista compatible software available so I can connect my Treo via USB to my laptop and allow the laptop to connect to the internet? I used to have this feature with an older laptop using an older Motorola cell phone. Was wondering if ther

  • Sap workflow ws10001011 - convert lead into opportunity

    Hi There is a workflow There is a workflow ws10001011 which converts leads into opportunties in CRM Can you plss tell me step by step directions to activate this workflow. Also will a standard workflow work for - standard lead and standard opportunit

  • How can I save waveforms w/o time, column labels

    I am using the AI Acquire Waveforms VI to sample channels simultaneously. I would like to save only the data, without the time, header or column labels. Thanks in advance. Attachments: mch.vi ‏35 KB

  • BI aggregated authorization (colon)

    Hi We're having a discussion regarding BI Authorization and aggregared levels. The authorization is on both level "0PLANT" and 0PURCH_ORG" and the discussion is about to put in colon for aggregated authorization. Is there any risk with this? Could th