Javascript Error in Firefox that works fine in Chrome and IE

The source found by clicking on "More System details" to the right works fine for IE and Chrome but causes a Javascript error in Firefox, as follows:
Error: CurrentRoleId_OnChange is not defined
Source File: Line: 152

-> Update Firefox to the latest version 10.0.1
* [[Installing Firefox on Windows]]
Perform the suggestions mentioned in the following articles:
* [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
* [[JavaScript]]
* [[Troubleshooting extensions and themes]]
Check and tell if its working.
May not be related to your problem but some of your Firefox Plugins are out-dated
* Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
* '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

Similar Messages

  • Flash objects not displaying in Firefox (but works fine in Chrome and IE)

    Well, I'm trying to embed a Shockwave Flash object into a website I'm building. It displays in Chrome and IE, but it doesn't show up at all in Firefox. It's just white space. Ive tried it on two machines, so it's presumably the code. Both the machines have Adobe Flash enabled... I'm not sure what the problem is. I've not worked with embedding Flash objects in HTML before, so, it's probably something really obvious. I just used the insert command on dreamweaver and it wrote the code that I'm using. If anyone can help me, it would be much appreciated. Here's my code:
    <pre><nowiki><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="99%" height="600" id="FlashID">
    <param name="movie" value="The file path" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="the file path" width="99%" height="76.5%">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]--></nowiki></pre>

    If you can't post an address for a page demonstrating the problem, could you check the Web Console (Ctrl+Shift+k) and Browser Console (Ctrl+Shift+j) for any messages related to the Flash media? For example, does either console show that Firefox is requesting the SWF file? Does either show an error in content type or any kind of security message?

  • I Can't type in my Blog Search Box through Firefox but works fine in Chrome and IE

    My Search box Doesn't type when using Firefox but it works well when I am using Chrome or IE , so I asked some of my friends to check out the blog and tell me If the search box is working or not, and they faced the same problem as well, I can press Search but I can't type words in the box.

    Can you reach the search box via the Tab key?
    What element is selected when you right-click that search box and click Inspect Element to open the Inspector?
    *https://developer.mozilla.org/Tools/Page_Inspector
    Some have reported that pressing F9 and the Windows key simultaneously one or more times has worked to fix issues with the keyboard not working.

  • The enter key is not working in firefox but it has working fine in chrome and IE so please help me to rid out from this.

    The enter key is not working in firefox but it has working fine in chrome and IE so please help me to rid out from this.

    Hello gokulaan, '''try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • I am developing a program to type Assamese alphabets. It is working fine in Chrome and IE. But it is not working properly in Firefox.

    i am writing a program in jQuery to type Assamese language. I have made a function which is executed on each keyup. The function take the keycode and then display the Assamese alphabet based on Unicode decimal number assigned against the keycode in a array.
    Example -----------
    if I type '''B''' the output should be '''ব'''. It is displaying correctly in FF.
    Now if I type '''BI''' the output should be '''বি'''. It is working perfectly in Chrome and IE. But FF is displaying '''ব ি''' . It is wrong.

    Do you see any errors in the Web Developer > Error Console (Ctrl+Shift+J) about this?<br />
    I assume that you use the latest jQuery code to avoid incompatibility issues with Firefox?
    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • Document.links[0].onclick getting is null error in firefox 9 working fine below version 9

    in js I have written following line of code to navigate back , home pages. this code works fine upto version 8 but not working in version 9 and above
    <br />
    <pre><nowiki><a href="#" onClick="goBack();" >Back to Previous</a>
    function goBack(){
    //Disabled the action of the link after first click to avoid repeated click events-Sreejesh
    //once the action is compleated It will be activated by the function 'doCommonLoad' in commonfunctions.js
    objLinks = document.links;
    alert(objLinks.length);
    for(i=0;i<objLinks.length;i++){
    alert(objLinks[i]);
    if(objLinks[i].onclick.toString().indexOf("goBack")>0){
    objLinks[i].style.color="grey";
    objLinks[i].removeAttribute('onClick');
    if(taskList == true){
    if (secondFrame == "tasklistframe") {
    hideFrame("inboxframe");
    minimizeFrame("tasklistframe");
    } else {
    hideFrame("tasklistframe");
    minimizeFrame("inboxframe");
    // if(twoFrames = false)
    // maximize('maincontentframe');
    if(document.getElementById("statusbar").style.display == 'none')
    document.getElementById("statusbar").style.display = 'block';
    document.getElementById("mainMin").style.visibility = "visible"
    parent.document.getElementById("hiddenframe").src="hidden.jsp?action=MENU_GO_BACK";
    }</nowiki></pre>
    it gives error in js as -- objLinks[i].onclick is null when I click on the link

    The following forum is a better place to ask about web development issues.
    http://forums.mozillazine.org/viewforum.php?f=25
    Before doing that though, you should try this with Firefox 16.0.1.[[Update Firefox to the latest version]]

  • Inactive links on Firefox that work fine on Explorer

    I am creating a landing page with links for English and Spanish.
    The links work fine on Explorer, but are inactive on Firefox.
    Can you check it out: http://mediamark.net/mls4panama/
    Thanks

    That code is in a DIV container that is hidden by the DIV container with the Flash objects.
    I can make it work if I remove the .col-1 { float:left; } style rule.<br />
    That container is placed higher by using a negative margin and Firefox doesn't seem to allow to click through that layer.
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Links no longer work when I try to use Etsy in Firefox, but work fine in Explorer and Safari.

    Until fairly recently, I had no trouble using Etsy in Firefox, but after the last update, I noticed that the site stopped working. I cannot click on any links, even the one that would allow me to log in. I originally thought the issue might be that I have OS X 10.5.8 on my computer, so the newest upgrade is not compatible, but I use a computer with Windows 7 at work and am having the same problem. Etsy works fine in both Explorer (at work) and in Safari (at home).

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    (WIN) Use Ctrl+Shift+r to reload the page fresh from the server.<br>
    (MAC) Use Command+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    (WIN) orange Firefox button ''or'' Tools menu > Options > Advanced<br>
    (MAC) Firefox > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first) using either of these. While viewing a page on the site:
    (WIN) right-click and choose View Page Info > Security > "View Cookies"<br>
    (ANY) Tools menu > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    If that doesn't make any difference, perhaps an add-on is at fault? A standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    If the site works correctly, this points to one of your extensions or custom settings as the problem.
    Any change?

  • PDF addresses not longer load and display PDF in Firefox and solutions suggest to other users with problem DON'T WORK (work fine in Chrome and Safari)

    This is an ongoing problem with other users. When putting a PDF in address window of Firefox and clicking go to address FIREFOX WILL NOT LOAD AND DISPLAY THE PDF. This problem has come up in questions from other users on your site. NONE OF THE SUGGESTED SOLUTIONS WORK! (trying either the Firefox PDF viewer or the Acrobat viewer as default viewer)
    I am using Firefox 23.0.1 (as some of the other users with the same problem). This was not a problem in the past with Firefox. Safari and Chrome continue load and display PDFs just fine from their addresses. This is a big problem as I now have to inform people who want to view my PDFs NOT TO USE FIREFOX BUT TO USE SAFARI OR CHROME.

    It appears that a link to a PDF on an internet page will not download in Firefox either!
    I went to this page:
    http://www.nasa.gov/connect/ebooks/earth_art_detail.html#.UjYEzrwsU08
    and tried to download the PDF link at the bottom of the page (Download: PDF 11.3 MB) It didn't work! Nothing happens. Tried it in Safari and it worked flawlessly.
    I have a PDF file of my work in the public_html folder on my URL. I give the address generated by that file to people who want to view my work---this works perfectly in Safari and Chrome. As to your other question, can't bookmark it if I can't get to it in Firefox.

  • Hp officejet pro8500 a910 shoots out blank paper when trying to print from windows 10 installed firefox. Printer works fine from chrome and ie.

    I am beta testing windows 10. I use both a hp laptop (dv77128nr) and a desktop (home made). I use a hp officejet pro8500 a910 printer.
    When using firefox I get only blank pages while trying to print from within the browser. Only using firefox. Chrome works fine. IE works fine. If I boot to windows 7, firefox works fine. Can you help or should I report this to Microsoft?
    Thanks for your help.
    ps. Tried resetting firefox. Haven't tried a new install.

    Firefox isn't officially supported on Windows 10. For that matter, Windows 10 isn't officially supported either. This is most likely a problem between Firefox, Windows 10, and your printer's driver. Try updating your printer's driver and see if that helps. Otherwise, it might be a good idea to post this on Microsoft's forums as well.

  • Firefox was working fine earlier today and now when I try opening it, I get this message: Firefox does not know how to connect to server" and no pages will load. Internet Explorer works fine.

    I have changed nothing on my computer, and it was opening and functioning fine this morning. However, everytime I try to open it, I get a message box saying "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features." And when the page actually opens, it says "Unexpected response from server
    Firefox doesn't know how to communicate with the server.
    Check to make sure your system has the Personal Security Manager
    installed.
    This might be due to a non-standard configuration on the server."
    Nothing will load and I don't know what's wrong!

    Did Firefox update to 4.0.1?
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • Is there a firefox that works with google chrome os I have a samsung chrome book

    I recently purchased a google chrome book and would like to know if you have a version that works with the google chrome os The unit I purchased was the samsung chromebook
    I have used firefox for as long as i can remember and would like to continue
    Regards
    Jeff Williams

    Please use the [[Suggestion Box]]

  • Drop down menus on certain websites (ie ESPN) are no longer working on Firefox but work with both Chrome and IE on same computer so I believe its Firefox issue.

    I tried updating Firefox to 19 and then even the Beta 20 version. I have rebooted computer countless times. On the same computer, I can open IE and bring up ESPN and the drop down menus work fine so I know its not a computer issue and it must have something to do Firefox. I tried the "starting in safe mode" and disabling add ons because I saw those suggestions but that didnt work. I also tried unchecking the box about hardware acceleration because I saw that suggested also and needless to say that didnt work either. Can someone please please help me, its very frustrating.

    The menu on the ESPN site is generated via JavaScript, so make sure that you aren't blocking JavaScript if the menus aren't working.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • Warning: Unresponsive Plugin-Adobe Flashplayer-Works fine in Chrome and IE

    Adobe flash player crashes when watching videos- Only in Firefox. It works fine in Google Chrome
    I have screen shots if you would like them.
    thanks

    See this. https://support.mozilla.org/en-US/kb/adobe-flash-plugin-has-crashed

  • Videos on youtube and vimeo are shaking in firefox but working fine in chrome

    Hi ,
    Videos on youtube and vimeo are flickering and shaky in firefox. But they are playing well in chrome. Also reinstalled firefox,
    still didnt work. Even the adobe flash plugin is "up to date".

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    #Open Firefox ''Options'' window (''Preferences'' on Mac or Linux) as follows:
    #* In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]] and select ''Options'' for Windows or ''Preferences'' on Mac or Linux.
    #* In Firefox 28.0 and previous versions, click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    #In the Firefox Options (or Preferences) window, click the ''Advanced'' tab, then select ''General''.
    #In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    #Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for

  • Lightbox gallery extension - upload problems!

    Hi, I've made a small test site in Dreamweaver CS5 with a photo gallery in a Lightbox extension ( that I've added from Dreamweaver extensions ). Everything looks and works the way I want it to in Dreamweaver Safari preview...but as soon as I upload m

  • Create PDF report with APEX and Oracle 11g doesn't work

    Hi everyone, I have a problem with the downloading of PDF reports from APEX with Oracle 11g. When I try to download a PDF, Acrobat Reader says it can not open the file. I have done the same test in an environment with APEX and Oracle 10g and it works

  • Change in service entry sheet

    hi friends, i want to change the period in service entry sheet .but it is not allowing to change it. pls tell me the procedure of it. waiting for reply. thanks in advance.bye.

  • The question about BBPGETVD

    Hi, all Please help me, I have 2 backend systems, and I want to transfer through trx. BBPGETVD the vendor: First backend system - 16008 "Country System", Second backend system - 16008 "Permoil". May I to transfer through trx. BBPGETVD two vendor from

  • Adobe Photoshop Elements 13 - offer !

    Hello, Today, I wanted to buy Adobe Photoshop Elements 13.  When I put it in my shoppingbasket on your website, the price turns into 100,43€ instead of 82,28€ as advertised.  I can see that there was an offer that will expire today.  Today ends at 00