Links not working in Firefox 5

Log in button (top left of page) not working only in Firefox 5 (This does not happen in any other version of Firefox or any other browser.):
https://www.firsttennessee.com/
This is a major issue, as users are not able to log in normally...and this only became an issue when browser was updated to Firefox 5.
It looks as though this is due to the onclick event. Here is the code for the button:
<a class="btn-login" href="/login/login_per" onclick="return ntptLinkTag( this, 'lc=://page personal_bol_login&amp;nidetail=personal_bol_login');">Log In</a>
It seems that if you double-click the button really quickly it will work and take you to the intended page. If this onclick event is removed the links works normally. Possibly the onclick could be modified in a certain way, but still yield the intended results?
Note: All plugins and addons were disabled also, so these should not be the cause or be contributing to the cause...and I tried this in IE and Mac with same results

I have designed this page with divs overlaping other divs.
Yep - <div id="apDiv1">.
Building a page using absolute positioning is a recipe for disaster.  Absolute positioning is a 'specialty tool' not a general-purpose layout tool, particularly on this page.  Wait'll you see what happens when someone resizes the text in their browser.  Your text will spill out of the container, and become a mess.
Your links are not working because they are being masked by your content divs.  Give that div a 1px solid red border to see where it falls on the page. Also, you have two instances of "ContainerAU" on the page - any given ID can only be used once on a page.
Finally, putting all of your site content on a single page is a very bad idea.  You cannot bookmark interesting content, and you get a page that's heavier than Manhattan.
"this site is best viewed in 1024 x 768 resolution"
Do you really think someone is going to change their resolution to view your site? And by the way, resolution has no effect on page rendering.  A given page will look the same at any resolution when viewed in the same pixel width browser.  This means that the variable you have to worry about is browser viewport width, not resolution.

Similar Messages

  • The pirate bay page and links not working on firefox

    First of all, the website in question(thepiratebay.se) works normal on IE with no issue.
    On Firefox however, attempts to click on 'ANYTHING' on this sites' webpage results in no effect. This includes the text/search box where the text indicator does not show up or any of the link on the page will not work. When mousing over the hyperlinks or objects on the page, the cursor does not change to a 'finger' and a small box area around the pointer jitters/pull the texts or graphics within it like a 0x magnifying glass that ran over the texts. Right-clicking anywhere on the page(text, blank or graphics) yield a flash applet menu with the first line(greyed out) indicating 'movie not loaded' and the second line 'About adobe flash player v11.4.402.256...'. These symptoms extends to all sub-pages of the site after skipping to them using Google search. This issue ONLY affects 'thepiratebay.se' thus far to my knowledge.
    I'm using Firefox v15.0 and recently updated the Flash plugin to the latest version before Firefox request and updated to 15.0.
    I tried uninstalling and reinstalling Shockwave Flash browser plugin as well as clearing all cache/history/form/etc.. to no avail...

    I have exactly the same thing happening here, only in Firefox. Like you say it does work fine in other browsers but if you start a private browsing window in FF it works fine..very strange!

  • Mailto links not working in Firefox 28 for default Thunderbird 24.4 on Win7

    This should be simple, right? I have a registered version of Win 7 Home Premium 64-bit completely updated with Firefox 28.0 and Thunderbird 24.4 as defaults. Within Firefox, I have confirmed that Firefox is the default browser. Within Thunderbird, I have confirmed that Thunderbird is the default e-mail client. But when I click on a mailto link nothing happens whatsoever. This has been going on for quite some time, probably before the Firefox release of 28.0 and before the release of Thunderbird 24.4. I am just now getting annoyed and frustrated. This should be automatic. I checked Mozilla support and confirmed all the defaults under this support article: "Change the program used to open email links" but nothing worked. Please help. And thanks for what you do.

    I realize this is the software equivalent of turning it off and on again, but please try switching the mailto handler setting in the Options to something else (e.g., Gmail) and OKing that, then going back into Options and switching it back to Thunderbird. This will update the settings file and hopefully blow out whatever is currently blocking the setting.
    If that doesn't work, the usual next workaround is to remove that settings file and have Firefox regenerate it. Your changes (e.g., using a different PDF reader) will need to be re-entered.
    Open your current Firefox settings (AKA Firefox profile) folder using
    Help > Troubleshooting Information > "Show Folder" button
    Leaving that window open, switch back to Firefox and Exit
    Pause while Firefox finishes its cleanup, then rename '''mimeTypes.rdf''' to something like mimeTypes.old
    Restart Firefox. Hopefully now the links will work.

  • Why does send link not work in firefox 6?

    The ? is self explanatory. Send to, mail to, does not work in forefox 6.0.2...

    # Go to '''tools''' (if you have the orange firefox button enabled, you may have to press '''alt''' to temporarily show the menu bar) -> '''options'''
    # Click on the '''Applications''' tab
    # Find '''mailto''', and select the application you would like to use.
    See also: [[Changing the e-mail program used by Firefox|Changing the e-mail program used by Firefox]]

  • Swf link not working in Firefox, Opera and Internet Explorer but works in Safari

    Hi,
    I'm sorry but Im a real newbie and really need help!!!
    On the homepage of my website I have put a swf file that I linked to another page in my website through the div a href link and it displays great on safari and links, however in other browsers, when i try to click on it, it comes up with the link at the bottom of the browser (where it sometimes says Done), however it doesnt actually link, it jsut stays on the homepage.
    Here is the coding i put in:
    <div id="products2">
              <p>
              <a href="Our_brands/index.html">
                <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','449','height','449','title','Products','src','Productions/boxes3','quality','high','p luginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=Shockwav eFlash','movie','Productions/boxes3' ); //end AC code
              </script>
                <noscript>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="449" height="449" title="Products">
                  <param name="movie" value="Our_brands/boxesnew.swf" />
                  <param name="quality" value="high" /><param name="SCALE" value="noborder" />
                  <param name="allowScriptAccess" value="always"/>
                  <embed src="Our_brands/boxesnew.swf" width="449" height="449" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" allowScriptAccess="always" scale="noborder"></embed>
                  <br />
                  <br />
                </object>
                </noscript>
              </a>
              </p>
            </div>
    Could someone please tell me where I am going wrong?
    I would REALLY appreciate it.
    Thank you in advance!!

    I'm doing it for a client and they dont want it put up on the server yet, I wish I could put it up bc I have no idea what I'm doing!
    Basically I wanted a swf file from Flash to display a range of products (I have turned all the products into buttons) and then I put coding into all the buttons to on release getURL which work in the swf file, however when I put the swf file into dreamweaver, the buttons worked in hover state, but the action scripting didn't work to link the swf file to another page in the website (the index in Our_brands folder).
    So i decided to make it link to the index.html in Our_brands folder from wrapping the swf box in a div tag and linking the div tag <a href="Our_brands/index.html"> which links it great in Safari but wont link in Firefox, Opera and Internet Explorer.
    Does that make any sense?
    Sorry if it doesn't.
    Thanks for the quick reply as well!!!

  • Google is NOT WORKING with Firefox 3.6.8, you can type in & Search but clicking on next is a dead link; does nothing?

    Google is NOT working on Firefox 3.6.8, suddenly today. You can type in search and get results on initial page. Clicking on 'next' link or any number links is dead. Yahoo & Bing seem to work. I do not have a Google toolbar. Very frustrating. This suddenly happened today. Please check into it.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 10.0 r22
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • My Yahoo Calendar is not working on Firefox. Everytime I click on the calendar link I am redirected back to the sign in page.

    My Yahoo Calendar is not working on Firefox. Every time I click on the calendar link I am redirected back to the sign in page. It does work on other browsers though. this problem started in the past week.
    Initially the problem was with all browsers, but afdter I did system restorem the problem went away with Google Chrome, and Internet Explorere, but not Firefox

    -> Update Firefox to the latest version 10
    * [[Installing Firefox on Windows]]
    If the problem persists, perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    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.)'''
    Check and tell if its working.

  • Flash drag and drop not working on Firefox for android browser

    Drag and drop functionality is not working using Firefox Browser for Android on tablet. We tested with flash action script 2.0 & 3.0 content, both have same issue. Specs of the tab and OS are as follows.
    Android - Kitkat 4.4.2
    Tab models - Lenovo A7600H and Samsung Tab4 T531
    Please refer to a previous case raised on the same issue here at this link (Case 1029615) - https://support.mozilla.org/en-US/questions/1029615
    Additionally, we observed that the object on which Drag and Drop event was triggered, is moving little bit when we double tap.
    Does Firefox provide any libraries to support Drag and Drop functionality on Flash? We are using Geekoview api to execute flash content in our app. Will the same support be provided in Geekoview as well?
    Are there other folks facing the same issue? Is there a solution or workaround to get this feature running?

    Flash on Android is no longer supported by Adobe. While Firefox does support basic functionality we mainly focus on legacy video applications. You may run into issues with Flash and Geckoview. I doubt we have any resources to support that configuration.

  • Thickbox 3.1 juqery plugin does not working on Firefox 9.0 version

    I have used thickbox 3.1 jquery plugin on my application. I have one issue, my open on new browser window instead on thickbox window. It's working fine with all the browser and with Firefox 3.6.0. But It does not working with firefox higher version like 9.0 and above. I have gone through the various forum to check the solution and being unlucky to found any.
    Can you plese help to identifying the solution for the same.

    Thanks for your quick comeback. What I found is the bug is in my js file which has fire event function to init click MouseEvents (event.initEvent). The event.initEvent has some conflicts with higher version of Firefox 9.0 and above.
    // evObj.initEvent( evt, true, false); if I change parameter to evObj.initEvent( evt, true, true); it works fine. the last parameter.
    //see below my piece of code.
    // Emulate a click on a given link
    function fireEvent(obj,evt) {
    var fireOnThis = obj;
    if( document.createEvent ) {
    var evObj = document.createEvent('MouseEvents');
    evObj.initEvent( evt, true, true );
    fireOnThis.dispatchEvent(evObj);
    } else if( document.createEventObject ) {
    fireOnThis.fireEvent('on'+evt);
    }

  • Video tag is not working in firefox how can we remove this error

    Video tag is not working in firefox. In this some kind of mmie type error Kindly remove this error .If you have any kind of solution,Please tell me how can it fix it?

    Can you post a link to a publicly accessible page that doesn't require authentication (signing on) where you see such a not working video tag?
    Do they work here?
    *Firefox Videos: http://www.mozilla.com/firefox/video/
    See also:
    * https://developer.mozilla.org/en/Media_formats_supported_by_the_audio_and_video_elements

  • URL Does Not Work in Firefox, but DOES Work in Other Browsers

    The following URL does NOT work in Firefox. However, it DOES work in Internet Explorer and Google Chrome:
    https://www.ascap.com/ace/
    The main ASCAP URL works just fine. The problem seems to be confined to this link alone. Please fix; thank you!

    There is a server redirect on this URL.
    <pre><nowiki>
    https://www.ascap.com/ace/
    GET /ace/ HTTP/1.1
    Host: www.ascap.com
    HTTP/1.1 302 Found
    Location: https://www.ascap.com/Home/ace-title-search/index.aspx</nowiki></pre>
    If you use a bookmark then try to navigate to the want page starting with the main (home) page.
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

  • Google instant is not working with firefox 9.0.1

    google instant is not working with firefox 9.0.1. what should I do?

    Hi,
    If you are not signed in, please try after deleting all the cookies for '''google''' in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Privacy''' > '''Show Cookies''' > '''Search'''. Hard refresh ('''Ctrl''' + '''F5''') the search page if necessary.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Animation will not work in Firefox.  It works in Safari.

    I created an animation and uploaded it to wordpress.com.  Using Firefox, I went to the website to play the animation.  But the animation wouldn't appear.  I checked it again using the Safari browser.  And the animation appeared and it worked fine.  Why will it not work in Firefox?  I uploaded the newest version of Adobe Flash and installed it.  And I have the most recent version of Firefox on my Mac computer.  Will someone fix my problem please?  Thank you.

    Hello.  Thank you for the information.  I checked if the flash plugin is activated in the Firefox browser using your instructions.  And it is active.  The problem seems to occur with all of the flash containing web pages in my wordpress site.  My art machine animation and other animations on the site do not appear when the pages load.  I checked other websites containing swf file animations and they work.
    I'm providing the information that you suggested.  And it is as follows...
    Operating System:  OSX Yosemite, version 10.10.3
    Web Browsers:  Safari, version 8.0.5 (10600.53.17)
                                      Firefox, version 37.0.2
                                      Chrome, version 42.0.2311.90
    Problem:  In my wordpress.com website, none of the .swf flash files will appear using the Firefox nor Chrome browsers.  But they do in the Safari browser.
    Direct link to the problem sites are as follows:  Firefox- 3 Art Machine | Nora Christians
                   Chrome- 3 Art Machine | Nora Christians
                   Safari- 3 Art Machine | Nora Christians
    The code that I used to upload the .swf file to wordpress.com is the same for all three browsers.  I didn't write any different codes for any specific browser.

  • The "a name" html tag does not work in Firefox.

    The tag works in all versions of Internet Explorer, but does not work in Firefox versions 3, 4, 5, 10, 11, 12.

    I haven't noticed any problems on most pages, but I have read about a problem where a script changes the length of the page content after loading (e.g., by collapsing content under headings, done on some FAQ or glossary pages).
    For example, this should position the browser at the Reset Printer section:
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer
    A standard diagnostic step is to try Firefox's Safe Mode to see whether an odd behavior is caused by a custom setting or add-on.
    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 [[Safe Mode]] using
    Help > Restart with Add-ons Disabled
    In the Safe Mode dialog, do not check any boxes, just click "Continue in Safe Mode."
    If links work correctly in Safe Mode, that usually points to an add-on or custom setting as the problem.
    Let us know whether that makes any difference.

  • Flash Player not working in Firefox

    Suddenly Firefox will not play flash player content called
    when I play games online. It worked fine a few days ago.
    When I click on the link, it opens the game page, but where
    the game should appear, I see a blank black box. When I click on
    the "Play online game" link I also get a large empty black box.
    I am running Windows XP on an HP Pavilion ze2315us laptop. I
    recently installed trial version of Adobe Acrobat 8 Pro.
    In efforts to fix the problem I tried the following:
    Removed adblocker addresses that might conflict.
    Checked blocked sites
    Removed and reinstalled Flash Player.
    Reinstalled Firefox.
    Set folder options to use Firefox to open SWF files
    All to no avail.
    I tried the web site in IE. Had to download and install Flash
    Player again but it works fine in IE.
    Afterwards, it still did not work in Firefox.
    Any tips would be greatly appreciated.
    Thanks.

    Hello,
    I have a similar problem in Linux Fedora 16.
    I have installed adobe flash-plugin 11.2.202.233
    In Google Chrome I can see flash applications very well.
    But in Firefox 11.0 flash does not work.
    When I look in about:plugins I see:
    Shockwave Flash
    File: nswrapper_32_32.liblashplayer.so
    Version:
    Shockwave Flas 11.2 r202
    application/x-shockwave-flash
    Shockwave Flash
    swf
    application/futuresplash
    FutureSplash Player
    spl
    Please, in which OS did you worked?
    In the past I with other versions, it did work without any problem.
    Perhaps I can look if I have firewall is turned on?
    Thanks in advance for any answer,
    Greetings,
    Gaston Verhulst.

Maybe you are looking for