Javascript stopped working

Javascript just stopped working. I've tried toggling it on and off but this didn't help. this has affected every site that I know uses Javascript. The only thing I've done recently that I could imaging affected it was to install Vidalia (in order to use Tor), but I am not running it at the moment.

Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
* Don't make any changes on the Safe mode start window.
* https://support.mozilla.com/kb/Safe+Mode
* https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Similar Messages

  • Javascript stopped working -- Firefox Ver.28

    This is an FYI --
    - My Firefox installation was updated to version 28 on March 18th.
    - Early this morning while working on a web site javascript stopped working on my home computer.
    - I finally realized that it was working on my office computer (also running version 28) but not my home computer.
    - JavaScript was "enabled" on my home computer according to the about:config information.
    - I tried many of the posted suggestions for this issue; running in safe mode, checking prefrences, etc. but nothing I tried had any effect.
    - I reset my home comptuer's Firefox app. and javascript started working again.
    I'm not sure what got modified after the reset but all is well again. If any information from my configuration can be helpful just ask.
    Mike

    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you would like to file a bug report for the developers, please file one on [http://bugzilla.mozilla.org/ Bugzilla].

  • Pubmed-medline javascript stopped working last three days

    greetings, i have a very weird problem with the website http://www.ncbi.nlm.nih.gov/pubmed/ which is the portal of the national library of medicine. When i put a query on the search field i.e. "diabetes" you get many pages of results. i cannot get past the first results page. Equally none of the other JavaScript buttons work.
    I checked with chrome and iexplorer OK. Also i reformatted !!! my pc and tired it before adding any software or antivirus/internet security. I also tried with my laptop and tablet same situation.
    This is a website used by millions of researchers around the world i am curious as to why this is happening.
    Nik

    It works fine for me..
    Did you disabled your Java or using any Addons/Plugins to disable script?
    enable your Javascript in Firefox
    *Firefox Orange button > Options > Options > Content
    #[x] Enable Javascript

  • GetURL --javascript stops working under Flash 8

    I have ran into a strange problem that I hope is simple to
    diagnose. I have done many projects where the Flash object calls a
    Javascript in the parent web page using a simple getURL method,
    like this:
    getURL("javascript:resizeSWF("+40+")");
    That has worked fine for years. But I have noted when
    publishing these projects as Flash 8, that call no longer reaches
    the Javascript function (the Javascript does not execute).
    Publishing as ver 7 or earlier is fine. Am I missing something
    obvious here, or is there a new security restriction in Flash 8
    that prevents directly communicating with Javascript functions?
    Thanks

    HitParader wrote:
    > I have ran into a strange problem that I hope is simple
    to diagnose. I have
    > done many projects where the Flash object calls a
    Javascript in the parent web
    > page using a simple getURL method, like this:
    >
    > getURL("javascript:resizeSWF("+40+")");
    >
    > That has worked fine for years. But I have noted when
    publishing these
    > projects as Flash 8, that call no longer reaches the
    Javascript function (the
    > Javascript does not execute). Publishing as ver 7 or
    earlier is fine. Am I
    > missing something obvious here, or is there a new
    security restriction in Flash
    > 8 that prevents directly communicating with Javascript
    functions? Thanks
    You need to test it online. Change in flash player as well as
    IE and FF security
    no longer allow Flash - JS - HTML on desktop. You need to
    upload it to server and
    test in real time. Should work just fine.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Javascript stops working when a detail view of a web app is shown

    On a trial site I am working on for some reason the javascript breaks on the template when a detail view of a webapp is on screen.  If anyone could let me know why this might be please let me know. 
    this link is a test page, javascript works fine   http://igate.businesscatalyst.com/city-profile-input
    same template used with this link same web app only detail view, all the  javascript is broken   http://igate.businesscatalyst.com/city-profile/test#
    Any thoughts, let me know. Thanks -Matt

    Liam, I figured it out based on your comment.  Something I really do know but just totally overlooked.
    The problem was this:
    <script type="text/javascript" src="js/mediaelement-and-player.min.js"></script>
    The Fix:
    <script type="text/javascript" src="/js/mediaelement-and-player.min.js"></script>
    I was missing the  /  for the beginning of the path. 
    Thanks All

  • Javascript not working in WebBrowser control

    I have a program to do these steps
    1) Create a html file which contains - a formatted table, and several javascript functions
    2) Open a VBA userform in Excel, the userform contains a webbrowser control
    3) Then, I will open the html file in the webbrowser control, so I would watch the formatted table, and I need the javascript funtions working.
    In the past, I worked on Windows 7 + Office 2010 + IE 10 & IE 11, and these steps worked proper. But now, I moved to Windows 8.1 + Office 2010 + IE 11, the javascript stopped working.
    Please help! Thanks!

    Hi Wei Jiang 01,
    Based on my understanding, the script didn't work in a web broswer control(activeX). As far as I know, this web broswer control are based on IE.
    I suggest that you test the html file in IE broswer to narrow this issue. And if you have more issue about html, I would suggest that you get more effective response from
    Internet Explorer Web Development forum.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Javascript in batch sequence stopped working

    The following javascript used in a batch sequence is causing Acrobat to stop working. It was working fine, this problem has happened sometime in the last 2 weeks. This has affected all of our PCs regardless of Acrobat update version. We are running Acrobat 8 (8.15, 8.17, 8.21, 8.25). The only update common to all PCs is Windows Update.
    /* Extract single pages to c:/Adobe */
    // Regular expression used to acquire the base name of file
    var re = /\.pdf$/i;
    // filename is the base name of the file Acrobat is working on
    var filename = this.documentFileName.replace(re,"");
    try {for (var i = 0; i < this.numPages; i++)
    this.extractPages({
    nStart: i,
    cPath: "C:\\Adobe\\"+filename+"_" + i +".pdf"
    } catch (e) { console.println("Aborted: " + e) }
    Any Clues?

    Thanks for the speedy response. I tried this and the problem is still there.
    I did some further testing and the original script, and the new one modified to include your correction, both work if the PDF only has one page.
    With more than one page Acrobat 'has stopped working'

  • Two days ago two of the forum I use stopped working as they did. Google Chrome can open these sites without problem. I have checked that Javascript is working. What can I do to get the sites back to the way they were?

    Two days ago two forums I regularly use stopped working properly. One of them is www.mobileread.com, and the main problem is with marking the forums read. The staff there suggested that I check that Javascript is enabled. It is, but the problem remains.
    The other site just looks as though there is no styling on the index page; it just shows a list of links.
    I can use both sites with Google Chrome just as I did before, so it has to be a problem with Firefox.
    There are many other sites I visit, and I have not had the same problem there.

    For the one with a styling problem, see what you have for View > Page Style
    the normal style is default and "No Style" would wipe out styling but in this area it would apply to all pages.
    I don't know of an extension that would selectively turn page styling or off, but look at your extensions.
    Both problems could be caused by filters added to "Adblock Plus" extension.
    Bring up "Open blockable items [Ctrl+Shift+V]" in ADP by right-clicking on the toolbar/addons bar icon or in the add-on's options. See what is being blocked and the filter that is blocking it. You can easily test filters there and turn them on/off and retest. You can see the filter that is blocking an item, you can use the mouse to see where that filter came from. Choices of what columns to display can be made with the little icon to the right of the column headings in the list.
    Attached is a picture of blockable items I see for the www.mobileread.com page. To view a page that you need to view or use, you can try modifying your filters or toggling the "State" column (preferred). You can disable Adblock Plus from the extensions options but that defeats the protection it offers.
    If seems that the problem would be an extension, or a style, or theme.

  • JAVAscript MM_goToURL iframe function has stopped working

    I've been using a piece of javascript generated as part of an old version of Dreamweaver for a few years now with no problems. However, I visited my site the other day and discovered that one of the functions for 'MM_goToURL' has stopped working. I use this function to travel between pages in the site as well as changing iframes located within certain pages. While the code still works for moving between pages, it no longer works for iframes (or at least not on this site).
    Could I ask for someone to look over my simplified code below and note any errors that may have crept in? Thanks.
    JAVAscript code: (file location: javascript/design.js)
    function MM_goToURL() { //v3.0
       var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
       for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    HTML:
    <!DOCTYPE HTML>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <link  rel="stylesheet" type="text/css" href="css/food.css" />
        <script type="text/javascript" src="javascript/design.js" >
            </script>
    </head>
    <body>
    <div class="button" onClick="MM_goToURL('iframe','text2.html');return document.MM_returnValue" >Text</div>
    <iframe id="iframe" src="text1.html" frameborder="no" scrolling="no" ></iframe>
    </body>
    </html>

    I've now solved the problem by adding the criteria of 'name="iframe"' to the iframe code.
    All fixed! :-)

  • JavaScript code frequently stops working in Firefox 2.0.0

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    I have the following code in my JSP page. Based on some certain business logic I need to hide some toolbar buttons.
    <code>function displayToolbar()
    var oPageHeader = parent.window.frames[0];
    var aTDItems = oPageHeader.document.getElementsByTagName("td");
    for (i = 0; i < aTDItems.length; i++)
    if ("Loading view..." == aTDItems[i].getAttribute("title"))
    if(aTDItems[i].style.display == "none")
    aTDItems[i].style.display = "block";
    }</code>
    This works fine in Firefox 3.6.3.
    When it comes to FF2.0 it works for some time and then stops working. If I manually clear the browser cache, again it starts working.
    I can upgrade the browser to latest FF to fix it, but some of our customers use FF2.0.
    Any help or suggestion will be well appreciated.
    <br/> <br/>''(Edited by Moderator: placed code in a CODE block - c)''<br/> <br/>
    Thanks
    == URL of affected sites
    ==
    http://
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-Cooliris embedded in a tab
    *Version 1.2.0.0
    *Default Plug-in
    *Google Update
    *Shockwave Flash 10.0 r32
    *iTunes Detector Plug-in
    *DivX Web Player version 1.5.0.52
    *npdivxplayerplugin
    *Picasa plugin
    *Yahoo Application State Plugin version 1.0.0.7
    *6.0.12.46
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Rhapsody Player Engine Plugin
    *Version 0.8.6c, copyright 1996-2006 The VideoLAN Teamhttp://www.videolan.org/
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *DRM Netscape Network Object
    *DRM Store Netscape Plugin
    *Npdsplay dll

    Which extensions do you have installed?
    Are you using the default theme or a custom theme?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Need help with Photoshop and "Licensing for this product has stopped working" message. Adobe fix isn't working.

    I am still using CS3. A while back I received an error: "Licensing for this product has stopped working" for my CS3 programs. I used the recovery program suggested by Adobe and was able to get Illustrator, Flash and Dreamweaver to work, but I still can't open Photoshop or In Design. I went back to the Adobe site and did every other trick they suggested to fix the error, but nothing has worked.
    I then tried to uninstall photoshop from my CS3 suite (so I could reinstall) but got a JavaScript Alert: "Critical errors were found in set up. Please see set up log for file details." Seeing as I am not the best with the behind the scenes technical stuff, I have no idea what this means or where the set up log even is. Any help anyone can provide?
    I have had CS3 installed on my computer for over a year. I started having problems about 4 months ago.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

  • External Interface/Javascript call working in IE/Safari not FF/Chrome

    I'm hitting a brick wall here, and it's driving me mad.  Used to use ExternalInterface to call Flash functions from Javascript all the time, and now under CS5 (and the way it uses object id's instead of embed in html) it's stopped working for me in certain browsers.
    I put together a really simple program that has the person click a link in the browser that activates a javascript function that simply sends some text in to Flash to display in a TextArea.  Here's the as3 code:
    package  {
    import flash.display.*;
    import flash.external.ExternalInterface;
    import flash.net.*;
    import flash.events.*;
    import fl.controls.TextArea;
    import flash.text.TextField;
    public class sendtest extends Sprite {
    private var resultText:TextField = new TextField();
    public function sendtest() {
         addChild(resultText);
         resultText.x = 0;
         resultText.y = 0;
         resultText.text = "hello";
         flash.external.ExternalInterface.addCallback("putText", addText);
    public function addText(theText:String):void
         resultText.text = theText;
    Here's the html page code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>sendtest</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css" media="screen">
    html, body { height:100%; background-color: #000000;}
    body { margin:0; padding:0; overflow:hidden; }
    #flashContent { width:100%; height:100%; }
    </style>
    <script language="javascript">
         function putNewText()
              var flash = document.getElementById('sendtest');
              flash.putText('thetext');
    </script>
    </head>
    <body>
    <A href="javascript:putNewText()">test 1 2 3 </a><br>
    <div id="flashContent">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" id="sendtest" align="middle">
    <param name="movie" value="sendtest.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="wmode" value="window" />
    <param name="scale" value="showall" />
    <param name="menu" value="true" />
    <param name="devicefont" value="false" />
    <param name="salign" value="" />
    <param name="id" value="sendtest">
    <param name="allowScriptAccess" value="sameDomain" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="sendtest.swf" width="100" height="100">
    <param name="movie" value="sendtest.swf" />
    <param name="id" value="sendtest">
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="wmode" value="window" />
    <param name="scale" value="showall" />
    <param name="menu" value="true" />
    <param name="devicefont" value="false" />
    <param name="salign" value="" />
    <param name="allowScriptAccess" value="sameDomain" />
    <!--<![endif]-->
    <a href="http://www.adobe.com/go/getflash">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
    </a>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    </body>
    </html>
    This works perfectly fine in IE and Safari, and the text "thetext" is sent to the Flash movie and displayed inside.  It causes errors in FF and Chrome however:
    Chrome: Uncaught TypeError: Object #<HTMLObjectElement> has no method 'putText'
    FF: flash.putText is not a function
    As for browser versions I'm using:
    FF is 4.0
    Chrome is 10.0.648.205
    IE is 8
    Safari on the Mac is 5.0.4
    Can anybody shed some light on what's going on here and offer a solution?  It shouldn't be this hard to access Flash movie functions in all 4 browsers.

    to use the callBack method you need to use additional javascript code to reference the embedded swf.  i don't have help files set-up right now but i know there's example code there showing how to reference the embedded swf.  you need that additional code.

  • Mail app has stopped working after 10.9.4 update on July 4, 2014

    Mail is totally dead.  It does not connect to the internet.  Each of my email accounts has the exclamation triangle next to them.  No new peripherals or devices or USB connections were added after the update.  The system worked before the update, and the same system stopped working (Mail app so far) after the update.

    In your opinion Apple was doing a garbage job, when in fact it was Intego that trashed your Mac. That's all it is capable of doing.
    But now I have no virus protection.
    This is a common misconception. OS X already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple. Ill-conceived "anti-virus" garbage convey no benefit and as you found out, can simply prevent your Mac from working as it is designed to work.
    Never install any product that claims to "speed up", "clean up", "optimize", or "accelerate" your Mac. Without exception, they will do the opposite.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources. Illegally obtained software is almost certain to contain malware.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iTunes or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose. Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Java can be disabled in System Preferences.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    Block browser popups: Safari menu > Preferences > Security > and check "Block popup windows":
    Popup windows are useful and required for some websites, but popups have devolved to become a common means to deliver targeted advertising that you probably do not want.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever see a popup indicating it detected registry errors, that your Mac is infected with some ick, or that you won some prize, it is 100% fraudulent. Ignore it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. To date, most of these attempts have been pathetic and are easily recognized, but that is likely to change in the future as criminals become more clever.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.

  • Thunderbird has stopped working

    Hello,
    Starting on 04/08/2014 the Thunderbird has stopped working in any way in my PC. I am running Windows 8.1 Pro x64. Before that day everything was ok and Thunderbird was working. I asked some friends using Windows 8 and they have the same problem. Thunderbird won't load the email accounts and won't send and receive any email. It won't even let us add a new email account. The message received when trying to add a new account is the following "Sorry - we're unable to communicate with our sign-up server. Please check your connection.". Also if we will try to move forward and add a new email account anyway the answer will be that Thunderbird can't connect to any server. We have uninstalled Thunderbird and install it again several times in the past days with no success. I was looking t delete the Thunderbird folder in Program files but I can't find it. The uninstall and install again procedure including deleting folder was a solution few years ago but it seams that now is not working anymore.
    In the past 2 weeks Thunderbird started working only for few hours and we have the same problem again. I was asking around 10 people working with Thunderbird and they have the same problem at the moment and they had the same problem in the past month.
    Of course I turned off windows firewall and test if Thunderbird will work but it was not a solution. I am running windows 8.1 Pro x64. Thunderbird is not on the list of the allowed or not allowed software through firewall and I can't find any option to add the Thunderbird to the list in order to try to solve the problem.
    I am running BitDefender antivirus and I turned off the BitDefender firewall and the same thing happens. I also turned off the whole antivirus functions after and the same thing. I turned of bot windows firewall and BitDefender firewall or turned off the whole BitDefender and the same thing happens. I checked the BitDefender firewall and the Thunderbird has full access.
    Also I have checked the Windows updates. I usually not allow updates in my PC. I remember that I choose not to install Microsoft updates ever. I checked the status and it is set up not to install Microsoft updates. I also checked the "update history" and is empty an the status is "you have not tried to install any updates on your computer".
    I started windows 8.1 Pro x64 in Safe mode with networking and started Thunderbird while windows was in safe mode and it has the same problem.
    I am trying to add Gmail and AOL accounts in Thunderbird. The emails are all set correctly and working well in browser or other email client.
    Today (04/21/2014) Thunderbird has the same problem.
    Any help will be much appreciated.
    Regards

    Here you also have the copy of the Troubleshooting Information if necessary.
    Application Basics
    Name: Thunderbird
    Version: 24.4.0
    User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
    Profile Folder: Show Folder
    (Local drive)
    Application Build ID: 20140316131045
    Enabled Plugins: about:plugins
    Build Configuration: about:buildconfig
    Crash Reports: about:crashes
    Memory Use: about:memory
    Mail and News Accounts
    account2:
    INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    account4:
    INCOMING: account4, , (imap) imap.googlemail.com:993, SSL, passwordCleartext
    OUTGOING: smtp.googlemail.com:465, SSL, passwordCleartext, true
    Extensions
    bdToolbar, 7.0, false, [email protected]
    Important Modified Preferences
    Name: Value
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.disk.smart_size_cached_value: 358400
    extensions.lastAppVersion: 24.4.0
    font.name.monospace.el: Consolas
    font.name.monospace.tr: Consolas
    font.name.monospace.x-baltic: Consolas
    font.name.monospace.x-central-euro: Consolas
    font.name.monospace.x-cyrillic: Consolas
    font.name.monospace.x-unicode: Consolas
    font.name.monospace.x-western: Consolas
    font.name.sans-serif.el: Calibri
    font.name.sans-serif.tr: Calibri
    font.name.sans-serif.x-baltic: Calibri
    font.name.sans-serif.x-central-euro: Calibri
    font.name.sans-serif.x-cyrillic: Calibri
    font.name.sans-serif.x-unicode: Calibri
    font.name.sans-serif.x-western: Calibri
    font.name.serif.el: Cambria
    font.name.serif.tr: Cambria
    font.name.serif.x-baltic: Cambria
    font.name.serif.x-central-euro: Cambria
    font.name.serif.x-cyrillic: Cambria
    font.name.serif.x-unicode: Cambria
    font.name.serif.x-western: Cambria
    font.size.fixed.el: 14
    font.size.fixed.tr: 14
    font.size.fixed.x-baltic: 14
    font.size.fixed.x-central-euro: 14
    font.size.fixed.x-cyrillic: 14
    font.size.fixed.x-unicode: 14
    font.size.fixed.x-western: 14
    font.size.variable.el: 17
    font.size.variable.tr: 17
    font.size.variable.x-baltic: 17
    font.size.variable.x-central-euro: 17
    font.size.variable.x-cyrillic: 17
    font.size.variable.x-unicode: 17
    font.size.variable.x-western: 17
    mail.openMessageBehavior.version: 1
    mail.winsearch.firstRunDone: true
    mailnews.database.global.datastore.id: 8057ef62-d03a-4da8-a08b-58764ba65fd
    network.cookie.lifetimePolicy: 2
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1397398207
    places.history.expiration.transient_current_max_pages: 104858
    plugin.importedState: true
    privacy.donottrackheader.enabled: true
    Graphics
    Adapter Description: Intel(R) Iris(TM) Graphics 5100
    Vendor ID: 0x8086
    Device ID: 0x0a2e
    Adapter RAM: Unknown
    Adapter Drivers: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Driver Version: 10.18.10.3345
    Driver Date: 10-31-2013
    Direct2D Enabled: false
    DirectWrite Enabled: false (6.3.9600.16384)
    ClearType Parameters: ClearType parameters not found
    WebGL Renderer: false
    GPU Accelerated Windows: 0
    AzureCanvasBackend: skia
    AzureFallbackCanvasBackend: cairo
    AzureContentBackend: none
    JavaScript
    Incremental GC: 1
    Accessibility
    Activated: 0
    Prevent Accessibility: 0
    Library Versions
    Expected minimum version
    Version in use
    NSPR
    4.10.2
    4.10.2
    NSS
    3.15.4 Basic ECC
    3.15.4 Basic ECC
    NSS Util
    3.15.4
    3.15.4
    NSS SSL
    3.15.4 Basic ECC
    3.15.4 Basic ECC
    NSS S/MIME
    3.15.4 Basic ECC
    3.15.4 Basic ECC

  • JQuery/Javascript not working on Firefox and Chrome

    Hi guys, I've had this Jquery/Javascript on my page for a long time. This has stopped working. If the user clicks on buttons on the Apex page, nothing happens.
    It works on IE but doesn't work on Firefox and Chrome. It used to work fine.
    Is there anything I can change to make it work on all 3 browsers?
    Firefox error console shows a syntax error at this point in the script:
    $allButtons.click(function(){
    itemChanged = false;
    var toDo = $(this).attr('data-submitval');
    eval(toDo);
    Please can someone help?
    This is the full script:
    <script type="text/javascript">
    //<![CDATA[
    var itemChanged = false;
    $(document).ready(function(){
    var $items = $(':input');
    var $htmlButtons = $(':button[id]');
    var $templateButtons = $(':button[class]');
    var $allButtons = $($htmlButtons).add($templateButtons);
    $items.change(function() {
    itemChanged = true;
    $templateButtons.attr('data-submitval', function(){
    return $(this).attr('onclick').toString().split('\n')[2];
    $htmlButtons.attr('data-submitval', function(){
    return this.id;
    $allButtons.removeAttr('onclick');
    $allButtons.click(function(){
    itemChanged = false;
    var toDo = $(this).attr('data-submitval');
    eval(toDo);
    $('a').click(function(event){
    if ($(this).children('img[id="P&APP_PAGE_ID._DATE_PICKER_IMG"]').length > 0) {
    event.preventDefault();
    eval($(this).attr('href'));
    window.onbeforeunload = function() {
    if (itemChanged) {
    return 'You have made changes to data on this page. If you navigate away from this page without first saving your data, the changes will be lost.';
    //]]>
    </script>
    Thanks
    Sam
    Edited by: sam on 29-Jan-2013 03:50

    JavaScript doesn't work on any site at all? If particular sites are the issue, or you get specific error messages, please let us know.
    Usually the only two ways to disable JavaScript in Firefox are:
    (1) Options dialog > Content tab<br>
    (2) NoScript add-on (or other security-related add-ons)
    Normally Safe Mode bypasses issues caused by add-on problems or non-default settings, so it's worth considering external issues.
    Does JavaScript work normally in any other browsers you have installed?

Maybe you are looking for