No javascript anymore in  the browser of acrobat DC IOS

I had several PDFs with an html attachment with javascript and graphics. They worked fine but after update, the browser doesn't support javascript  anymore. Why ? Does it come back?

No,
I've made a simple pdf-file for use on an IPAD. => see link below
The file contains 2 attachments with graphics (Using google visualization API)
When opening the first attachment of the pdf-file with the old version of acrobat reader on my IPad, I get the following screen => (see below)
(The content is in Dutch but this is not important)
When changing de dropdown-boxes, the graphic changes. When clicking with a finger on the pieces of the pie, you get additional information about that piece.
With Acrobat DC it works on a window PC but not anymore  on the IPAD.
On the iPad, the next rule, at the end of the html-file,  is executed , suggesting that the incorporated browser doesn't support javascript anymore=>
<noscript>The browser does not support JavaScript. The calculations will not work. Please access the web page using another browser.<p></noscript>
File=>
https://files.acrobat.com/a/preview/dd196863-f127-48e0-bf9d-f999c5c34a43
Screen=>

Similar Messages

  • JavaScript required. The browser that you are using does not support JavaSc

    I keep on getting this message when I'm trying to log on to Hotmail
    JavaScript required. The browser that you are using does not support JavaScript, or you may have disabled JavaScript
    And my browser (IE 6) cannot go to any java links. They either don't load or they are blank pages. I tried installing java, enabling them on the internet options, and even installed a new browser it is still the same thing!!!
    I'm very pissed right now but I really really need some help. Sorry for the inconvenience.
    Thank you, Zaragon

    JavaScript is different from Java. Somehow, security has gotten turn on in IE. If you go to tools, internet options, security, then look at Internet (for hotmail anyway), hit the custom level button, you will see that scripting has been disabled.

  • Since upgrading to Firefox 4 I cannot get PDF files to open in the browser using Acrobat 9.0

    I have my Application options set to "Use Adobe Acrobat 9.0 (default)," yet clicking on a pdf link causes the file to be downloaded and opened outside of the browser.
    I've checked for missing plug-ins, but that only leads me to a download page for Adobe Reader 10, which should not be necessary since I already have the full version of Acrobat.

    In my case it's with .puz files, which are crossword puzzle files used by sites like the New York Times and read by the application AcrossLite. I went into preferences and tried to change the action for the file type from "Save File" to AcrossLite but it would not take. Set it instead to "Always Ask" and then in the dialogue box selected AcrossLite and "always do this" and it gave an unknown error.
    This is FF 4 on a Mac.

  • How about the next step: Acrobat for iOS?

    It's great to have Adobe Reader available. I would love Adobe to also make Acrobat avaliable (probably as a paid application) for the iPad (and optionally the iPhone). In Acrobat for iOS I would like to have at least the following features available:
    - page handling (remove, split, combine, rotate, etc.)
    - annotations
    - encryption
    - attachments
    - bookmarks
    Preferably, I would also like to have redaction available.
    I look forward to what Adobe is creating for users with a PDF centric workflow who increasingly use their iPad to do more and more of what they used to do on their PC's in the office. 
    Thanks, Peter Dubbelman

    Acrobat builds on reader I guess or at least for the most part, the problem is that all those above features should be in reader as well however they are either not ready or not released! There is little point in acrobat for iPad! Reader at least must be enhanced beyond any other reader out there as this is adobe doing it and have years of experience and resources and support unlike any other.

  • Using javascript to control the browser

    Hi all,
    One of the most requested features on our first Breeze
    project was a "quit" button. The easiest way to do so in an HTML
    environment is to use the command
    javascript: window.close();
    Type this into the address bar on your browser, and hit
    return. Isn't that neat?
    Okay, the scripting language in Flash (Actionscript) can
    simulate typing something in the address bar with the command
    getURL ("javascript: window.close();");
    ...all we have to do is add that actionscript to the
    onRelease event handler for a button in Flash. Then, add the button
    to your PowerPoint before you use Presenter, and when the student
    clicks it... voila!
    This same trick can be used to replace that MacroDobe©
    logo in the Breeze player. This time, when the user clicks the
    button, we'll use javascript to pop up an alert box with a clever
    message:
    getURL ("javascript: alert('Aren't we clever?');";
    This button has to be small, around 50 x 29 pixels, to
    properly replace the logo. To actually replace it, you need to
    publish your presentation to the hard drive like normal. Next, find
    the folder you published to, and place a copy of your "button.swf"
    file in the "data" subfolder. Then, edit (don't "open") the
    vconfig.xml file in the same subfolder using notepad. Near the top,
    you'll find an entry that says:
    <uireplace name="logo" value= "" />
    place the name of your button file between the quotation
    marks and save:
    <uireplace name="logo" value= "button.swf" />
    When you load up the training next time, the logo will have
    changed to your button.
    You'll have to do this every time you publish the training,
    as Presenter deletes & recreates all those subfolders each time
    you do. BTW, MacroDobe© does offer a small applet to parse
    this xml file for you... but they want 5 grand per copy. I'm
    thinking notepad works just as well :)
    cheers!
    Marc B

    The biggest difficulty with a Swing Applet is that it needs the latest version of the JVM to run and many people don't have this installed on their PC. You can set the Aplet tags to download the plug-in but it can discourage users and may not always work. I would only use a Swing Applet for webapps with a limited client base.

  • Closing the browser - new problem

    Hi Experts,
                      I had this issue of closing the browser in web Dynpro Java. i did it with the help of the experts views posted in SDN(passing the URL of the java file containing the javascript to close the browser to the exit plug). When i created an iView for the application and try to preview it, throws an error reading - com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application!. Please help.
    Thank You.
    Kind Regards,
    Manoj Durairaj

    Well, with more testing and my buddy's help, what I've learned is that the "Save and Quit" tabs dialogue takes precedence over the warning for closing multiple tabs.
    By having browser.showQuitWarning set to true, it will ask me to save and quit - but not if "Show my windows and tabs from last time" is selected for Firefox startup, which makes the prompt for save and quit (and close multiple tabs warning) redundant. It will just save for you upon quitting.
    And had I turned off that browser.showQuitWarning manually or by checking "Do not ask next time" on the save and quit dialogue, then the warning for closing multiple tabs would appear upon attempting to close multiple tabs, since I have that warn option set in my tabs settings.
    It's one or the other, save and quit OR warning for closing multiple tabs.
    It would be nice though if there weren't a conflict between the close multiple tabs warning and the quit Firefox dialogue.
    So, I hope this can help anyone else who may be confused or accidentally change options and potentially screw themselves over. After all, I may have sustained a self-inflicted wound in the settings.

  • Can't change the document title when the browser is opened in dialog mode

    Hello experts,
    I'm working on a solution which involves opening up another .jspx page in dialog mode. I need to change the title of the dialog browser window dynamically when the user performs a specific action on the dialog page.
    Unfortunately, I can't get this to work. I have tried using JavaScript and had no luck. I tested this technique on a non-dialog page and it works fine. Please help.
    Here is the markup code for launching the dialog page:
    <af:activeCommandToolbarButton id="actbPreview"
    icon="/graphics/previewscreen_enabled.gif";
    text="Preview"
    action="dialog:weCreate"
    useWindow="true"
    windowHeight="620"
    windowWidth="1120"
    disabled="#{empty bindings.MapElemUnqId.inputValue}"
    launchListener="#{backing_weQuery.launchPreviewerListener}"
    binding="#{backing_weQuery.actbPreview}"
    returnListener="#{backing_weQuery.returnPreviewerListener}"
    clientComponent="true"
    windowModalityType="applicationModal"
    windowEmbedStyle="window"
    disabledIcon="/graphics/previewscreen_disabled.gif";/>
    On the dialog page, here is the markup and javascript for setting the browser window title:
    <af:commandButton text="title" id="cb10">
    <af:clientListener method="setWindowTitle"
    type="action"/>
    </af:commandButton>
    function setWindowTitle(actionEvent)
    actionEvent.cancel();
    var doc = AdfPage.PAGE.findComponent("d1");
    doc.setTitle("TEST");
    alert("Title="+doc.getTitle());
    }

    Thanks for your response.
    I tried that and I could not get it to work. Even though I can set pageFlowScope.pageTitle dynamically, the browser window title does not refresh (I tried to refresh via PPR and full post back).
    here is my code:
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    RequestContext.getCurrentInstance().addPartialTarget(this.document);
    public void setPageTitle(ActionEvent actionEvent)
    RequestContext requestContext = RequestContext.getCurrentInstance();
    Map pfs = requestContext.getPageFlowScope();
    pfs.put("pageTitle","TEST 2");
    FacesContext context = FacesContext.getCurrentInstance();
    String currentView = context.getViewRoot().getViewId();
    ViewHandler vh = context.getApplication().getViewHandler();
    UIViewRoot x = vh.createView(context, currentView);
    x.setViewId(currentView);
    context.setViewRoot(x);
    }

  • How to maximise the browser window in Forms 9i?

    I want to maximise the MDI window in an Oracle 9i Form. Many posts here say to use:
    Set_Window_Property(Forms_MDI_Window,Window_State,Maximize);
    but it doesn't work for me. Some posts suggest there is a bug that prevents it from working. If this is the case, is there some javascript I can run to do this for me? I am already using javascript to close the browser window when I am finished with the form, so a little more wouldn't hurt.
    thx
    adam

    When you are running inside the browser, you have no MDI window to maximize. (But there is a frame size that is set on the URL line or in the config file, which cannot be changed from the form).
    <p>When running SeparateFrame=True, you have an MDI window, and if you issue the maximize, Forms will set it to cover the full screen, but it will NOT be maximized.
    <p>And if you use get_window_property, it will always report window_state=normal, even if the user maximizes the window.
    <p>See MDI Window State in web forms

  • How to prevent the browser from executing the old version of js file...

    Dear sirs,
    I have a JSP page that includes a javascript file as given below,
    <script type="text/javascript" src="../scripts/validation.js"></script>
    Some times modification is needed in this included script file. After the modification, when I load the JSP page in the browser,
    the old copy of the script file, which was not modified is getting executed. by the browser.
    I would like to know whether any options are availabe in javascript to prevent the browser from executing the old copy that has already downloaded to the temperary interner folder(from caching)and use the modified version available with the new response...
    Thank you,
    Sudheesh K S

    Dear sir,
    Thakyou very much for your comment.
    I tried this, By doing thisThe .html page of the response will be deleted. But the javascript file will not be removed. It will be remail there.
    This lead me to the idea to think about javascript. I heard that some commands are there in javascript like cache ="NO" but not sure. I searched in the net but no favourable result found...
    Thank you,
    Sudheesh....

  • JavaScript to Applet call freezes the Browser

    Hi,
    I am using javascript to applet communication to do some processing in my current project. The processing done in the applet is little heavy, whenever applet is processing the request, Browser freezes and user is not able to work with browser anymore. Even if you try to open new browser window its response is very slow.
    Basically browser window is not able to refresh its contents and appears to be freeze to the user while the applet is processing the request.
    is anybody faced this ( javascript to applet communication) problem earlier?
    Any solution/workaround to this problem?
    Thanks,
    panyog

    Martin,
    Thanks for your reply. whatever you have mentioned is correct. Applet is eating up the resources. But the problem is browser window is not getting refreshed appears
    to be freeze.
    Following are the details of the scenario
    1) Browser opened with mutilple processing option to the user.
    2) User selects some of them for processing and call process.
    3) here we have used javascript call to send for processing to the applet .
    Here javascript call to Applet, one by one getting processed.
    4) Applet starts processing, displays that an options
    are getting processed, please wait. ( here the window appears closes.)
    5) Once the window is gone, the browser which was previously
    opened is freeze . All the text and all are lost nothing is visible.
    Applet is still processing further requests, for user the browser is freeze.
    User try to open another browser window, Window opens up but it is
    really slow.
    How can we refresh the browser window?
    javascript reload does not work as it tries to process the option again?
    from applet we cannot refresh the Browser window...
    Is there any way we can it?
    Thanks and Regards,
    panyog

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • How can I install Adobe Acrobat without installing the browser extensions?

    Hello All,
    I am a computer Technician at a high school and we have very strict browser requirements for different services. We need to use Adobe Acrobat to convert PDF's, and other tasks, and we need to use Chrome to open Adobe Reader files. The issue is that I want my 3 browsers (Chrome, IE, Firefox) to open PDF files using Adobe Reader XI. All my plugin settings are correct to use Adobe Reader to open PDF's, but it either downloads a PDF to the computer, or opens up in the browsers default reader (Chrome does this), or opens up to a blank page with a blank error message. I went into the programs Internet settings for Adobe Reader and Adobe Acrobat and it's telling me the browser opens them up using Adobe Acrobat (With no option to change the setting). The problem is only solved when I uninstall Adobe Acrobat.Then I am able to open PDF's in Adobe Reader just like I want (but this gets rids of Acrobat). This leads me to believe that when I install Adobe Acrobat, there is a registry key or something that is telling the computer to open PDF's in browsers using Acrobat. My initial question is this: How can I install adobe Acrobat without linking it to the browser. I JUST want Adobe Acrobat as a program installed on the computer.
    Additional Info:
    - I build a computer image and use that image on several computers. This issue persists with all of the computers I installed the image on.
    - I am using Adobe Reader 11 (Now DC, but I am willing to use either) and Adobe Acrobat Pro CS3 (I think it's version 9?)
    Thanks for the help.
    - Charlie

    No answer yet. Paging Acrobat support.... Where are you?

  • After I have migrated a 'master' profile into another, the browse button (for a download location) in Options, General doesn't work anymore. How can I fix this?

    Hi Supporters,
    I've been struggling with this some time (downloading / saving problems) and tried all kinds of variations. But I'll keep it simple for now.
    As a test .. I've just created a fresh firefox profile. Checked out if could change the download location, through the Browse button, and indeed that worked. I got an explorer dialog to choose a folder.
    Normally I would do the options, manage the search engines, do some layout stuff etc etc in order to get some 'baseline / master' profile I can evolve further into other more extended profiles. So you see this master profile will get copied into another one.
    But, having copied that fresh profile (having done nothing yet) into another seems to disable choosing another download folder. The Browse button in Options > General does not work anymore.
    There's more. If I browse to, say, C:\ as default download location but then enable 'ask me where to save ..' in the fresh profile and then copy this profile to another one .. if I then want to change the download location (which shows C:) it jumps to Desktop and again the Browse button won't work.
    This is driving me mad. Any ideas? Sorry for the long story, hope it helps.

    Hi guys,
    @cor-el: getting rid of not needed parts is what I always do. Besides prefs and localstore, only the search-metadata and permissions / signons are passed along. Oh, forgot to mention the mimetypes.
    No, my point is why is FF looking for those folders when there's no mentioning of these to be found in my options? Not even in de about:config ... When I state C:\ as my downloads location it's absurd to check any other folder first, which FF seems to do before giving me an explorer window showing .. C:\ as a starting point. Like my unrestricted laptop does.
    @jscher2000: Even if there are pointers to those default folders, FF should not be checking those. When I state C: I mean C: (see my answer above).
    No, I'm convinced this is a bug unless someone knows a way to stop that folder checking. And to be honest, the not working Browse button is the least of my problems (I use: ask everytime where). No it's the saving that is the problem. But I guess the underlying problem is the same. Saving / downloading, what's in a name ..
    Guys, thanks for your help ! I can't fix a bug so I'm going to let it be. I'll rebuild my master and will keep checking of saving a website becomes a problem somewhere. Mind you, the solutions offered in kb.mozillazine.org/Unable_to_save_or_download_files didn't work.
    Oh well, I'll keep my fingers crossed :)

  • How do I get Firefox to use the Adobe Acrobat 9.0 Standard plugin to open PDF docs in the browser window?

    I have Acrobat 9.0 Standard installed on my laptop and I've followed the guides provided by Adobe and Firefox for using the provided Adobe plugin file with Firefox so that I can view PDF documents in the Firefox browser window, but neither one has worked for me. I have the location of the Nppdf32.dll file (C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Browser) and Acrobat is configured to "Display PDF in browser", but whenever I open a pdf on a website, my options are still only to either open it externally with Acrobat or save it. What do I do?

    Your response identifies the issue exactly! My website is hosted by GoDaddy. I have forwarded your linked information to their tech department. The URL below my signature is the site having the problem I've outlined when attempting to access linked images.
    Thank you
    Vincent G. Flaherty, Principal
    Hamilton 1:1 Communications, LLC
    410 Fern Road
    Orwigsburg, PA 17961-9210
    Tel: (267) 261-8693
    Designed for Submarines:
    http://www.designed4submariners.com

  • Acrobat 9 "Display PDF in Browser" on IE7 crashes the browser

    Hi,
    Here's what is happening. My company purchased a few licenses for Adobe Acrobat Professional 9, and they were installed on some of the company laptops. These laptops are in a UAC controlled SOE environment, so the employees are restricted to do any updates/installations that requires rights. The Adobe Professional 9 was installed through SCCM advertisement, and the "Display PDF in Browser" option was enabled.We discovered that when we attempt to download any pdf files off the web, the browser would stop responding/hangs during the duration of the downloads (shown at the status bar of IE), and we can only kill off the process.
    The current workaround is to disable the "Display PDF in Browser" and download the file directly. However, it came to some points where the pdf documents contains some dynamic links over https on the site is is residing. In which case, the pdf have to be open to view from the secured site for the dynamic link to works.
    Previously with Adobe Reader 9, we face no such issue. Only after we installed Acrobat Professional 9, this issue surfaces.
    We have tried uninstalling the Reader before installing the Acrobat to prevent any chances of conflicts, problem persisted.
    Here are the versions of the software involved.
    Adobe Reader v9.3
    Adobe Acrobat Professional v9.0.0
    Internet Explorer v7.0.6002.18005
    I have looked through the forums for similar cases, unless I have missed the keywords, I do not see any similar cases.
    Has anyone encountered similar issues? Would appreciate if you could share on what was done to circumvent this. Thank you!
    Jiang.

    Hi broger_1,
    Thanks for your reply.
    In regards to your query:
    Is the problem seen with both Reader and Acrobat?
    No, this is only seen when Acrobat is install. It is working fine when only Reader is installed.
    What is your definition of a dynamic link? Post example.
    At the moment, I cannot find a online example for reference. I will try to describe by example.
    Let's say if I goes to https://nonexistance_site.com/brochure_ folder/broc_1.pdf, and the "Display PDF in Browser" was already enabled.
    The content of the broc_1.pdf contains a hyperlink that points to "../broc_2.html"
    Our issue now is the we can only download the pdf file to a folder, say c:/pdfs/broc_1.pdf, so when we tried to access the dynamic link, it will tries to locate c:/pdfs/broc_2.html, which is non-existence. And direct access to https://nonexistance_site.com/brochure_ folder/broc_2.html would not work for some reason (possibily session restriction, or something else).
    What are your security settings? (is Enhanced Security enabled?)
    This setting is currently disabled in the Acrobat Pro 9 preference. Should this stays as disabled?
    This only happens when attempting to "download & display" any pdf files from the net, displaying of local pdf that is already downloaded is fine.

Maybe you are looking for