Some buttons (drop down menu) don't work on a certain website

Hello.
It seems that each time a website changes something about itself, Firefox has problems on that website.
Website in question: http://wotreplays.com/
The buttons on the left side of the screen should act like drop down menus, where you can select certain stuff. I said "should act like" because they act that way in Google Chrome. But nooo...it's too much to ask something like this from Firefox.
Anyway, after opening the Java console, I noticed that each time I press the buttons, I get this error message: ReferenceError: event is not defined. GET http://mc.yandex.ru/clmap/20807356.
Did all the usual stuff: deleted cache, deleted cookies, looked in the prefs.js for any references to blocked content, started Firefox in safe mode. Nothing helped.
Checked Java version, and I'm running the latest.
Can anyone help me, please?
Thank you.

Yes, that website doesn't appear to work with Firefox.<br />
I don't know of a workaround to fix this, so best would be to contact the website and ask them to look into this.<br />
AFAICT this code has never worked in Firefox, so either this code is a recent change or the website creator has never fixed this.

Similar Messages

  • Drop down menu don't work!

    Help me please!!!
    What is wrong with that AS2 drop down menu (flash8)?
    I want to make a button stay in its down state when it's clicked, and I did it for the MC buttons "Objectivity" and "Publications", but not for MC button  "Fotography", that trigger the vertical drop down menu. I also want that the MC buttons "Objectivity and "Publications" make the "vertical drop down menu" reverse for it's original state (hide).
    P.S. Of course, I want all the MC buttons link to their respective URL's.
    Sorry for my english and annoying newbie questions!
    Thank you very much!!!
    Cagalhoto
    Download file: http://rapidshare.com/files/415149494/menu_test.fla

    it's not likely anyone will download and correct your files.  most of us offer free help here but there's a difference between doing someone's work for them (and we do that too, but when we're hired) and helping someone do their own work.

  • Menu drop-down (code) don´t work...

    Hi experts,
    I try to develop a component for create the menu in drop-down, but, don´t work. My steps are:
    - I create a new project and i add a new portal application object of type AbstractPortalComponent.
    -My css is:
    #nav, #nav ul {
         padding: 0;
         margin: 0;
         list-style: none;
    #nav a {
         display: block;
         width: 10em;
    #nav li {
         float: left;
         width: 10em;
    #nav li ul {
         position: absolute;
         width: 10em;
         left: -999em;
    #nav li:hover ul, #nav li.hover ul {
         left: auto;
    - My java is:
    package com.sap.portal;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    public class topnav extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              response.include(request, request.getResource(IResource.CSS, "css/topnav.css"));
              response.include(request, request.getResource(IResource.SCRIPT, "scripts/topnav.js"));
              response.include(request, request.getResource(IResource.JSP, "jsp/components/topnav.jsp"));
    - My jsp is:
    taglib uri="NavigationTagLibrary" prefix="nav"
    <ul id="nav">
    <nav:iterateInitialNavNodes>
         <li>
         <nav:navNodeAnchor navigationMethod="byEPCM" urlParameters="InitialNodeFirstLevel=true"></nav:navNodeAnchor><%
         <nav:ifNavNodeHasChildren>
              <ul>
              <nav:iterateNavNodeChildren>
                   <li><nav:navNodeAnchor navigationMethod="byEPCM"></nav:navNodeAnchor></li>
              </nav:iterateNavNodeChildren>
              </ul>
         </nav:ifNavNodeHasChildren>
         </li>
    </nav:iterateInitialNavNodes>
    </ul>
    <>makeHoverable<><><><></>
    -My js is the function makeHoverable
    i deploy the app, and i upload to the portal... but do nothing, what happend?
    Thanks in advance,
    Regards,

    Hi Victor.
    Did you create an iView from your par and add this iView to your framework page?
    You may refer to the sdn article Implementing the Hover Menu on Portal Top Level Navigation, [Part 1|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6066b302-09c8-2a10-a894-eb9fef30df85], [Part 2|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0a1aea5-a2d1-2a10-c6bc-953bdadfdcb8].
    Best regard,
    Aliaksandr Zhukau

  • How do I get the Back Button drop down menu back?

    When surfing in a tab there used to be a drop down menu next to the forward and back buttons. It was a little tiny triangle looking arrow. This was really useful and needed. It is gone in Firefox 4 as far as I can see. I am using the default 4.0 Theme. If it is not there anymore I will have to go going back to 3.16 if the drop down menu is gone. Thanks for any help.

    ''How do I get the Back Button drop down menu back?''
    * "'''Back/forward dropmarker'''" extension<br>https://addons.mozilla.org/firefox/addon/backforward-dropmarker/
    I do prefer Right-click on tab for tab history, or hold a couple of seconds, as the drop-down marker takes up space and had been removing it myself. Although I think it should have been an option.

  • Rollover Button + Drop-down menu = I need HELP!

    Hello,
    I'm fairly new to this whole Flash thing, but i seem to be
    doing really well so far. I have created a website that is in
    functional, working order - all of my buttons, actions, links, etc.
    are working, (which i'm quite proud of), but i'm now at a loss. I'm
    trying to create a rollover button/dropdown menu effect for two of
    my galleries, and although i've successfully created the pop-up
    effect of the menu by utilizing the "Over" and "Down" states inside
    of the button itself, when i render out the file and test it, the
    drop-down text flickers. Placing the mouse over the original
    button, everything seems to work fine, but as soon as i move the
    pointer down over the pop-up/drop-down text, it flickers! i've
    tried creating this is separate layers, i've tried increasing my
    Hit state, i've even tried a stop action, but nothing works, and
    i'm out of ideas. Help!?

    If you are hoping to make linkable buttons for the drop down
    portions, then they need to be separate buttons. If they are
    internal to the main button, then they are the main button and will
    only link where it links (if they don't totally throw it out of
    whack--I forget what one of my client's doing that resulted in, but
    the bottom line is... buttons inside buttons are bad news.).
    My suggestion: Google "AS2 drop down menu tutorials" and see
    what you can find. Googling is a great resource for finding things.
    There will likely be a number to choose from, so read thru them and
    see which ones match what you're trying to create and are easy to
    follow (some may not explain things well... everybody and their
    uncles apparently want to try to teach the world what they know,
    regardless of their ability to explain things (or lack thereof)).
    Some, if not many, will provide source files you can build
    from.

  • Drop down menu doesn't work

    I've created a movie clip with the first frame as button
    (action: stop), then on roll over of button, it will go to and play
    from frame 2 onwards, which contains the fly out buttons (action on
    last frame of the movie clip: stop) When I export, the button on
    the first clip doesn't not work on roll over, but on click, it
    plays, and when it ends, buttons doesn't link to anything... Is
    there special things that I need to do to it? or a drop down menu
    has to have a complicated script that I have to download somewhere?
    Please help~ Thanks~~

    I consolidated all my floating windows to tabs the way you instructed windows>images> consolidate all.That worked fine.
    After that I went to the arangr documents dropdown window and picked an arrangement (that wasn't grayed out) and nothing happened. (In CS5 this works fine).
    Another question if you don't mind.
    I open photos in the editor by file> open or command open and I get what appears to be the finder however the thumbnail of the pictures are very small difficult to see. Is there a way to make the thumbnails bigger.
    When in the finder<I can go to show view options to make thumbnails bigger, but that has no effect on elements10.
    Thanks for your help,
    Sue

  • The "Clear Search History" feature in the upper right drop-down menu no longer works in Firefox 4.

    The "Clear Search History" feature in the upper right drop-down menu that shows search terms no longer seems to work in Firefox 4.

    It is possible that there is a problem with the file that stores the "Saved Form" data.<br />
    Rename or delete formhistory.sqlite (plus formhistory.sqlite-journal and formhistory.sqlite.corrupt and formhistory.dat, if they exist) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with the file that stores the "Saved Form" data.<br />
    This will remove all saved form data, so you may want to rename formhistory.sqlite to formhistory.sqlite.sav or move the file to another folder in case you need to recover some saved data.
    You may also need to delete search.sqlite and search.json in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]

  • FW Drop down menu in DW works in FF, Not Safari

    I have a drop down menu that I created in Fireworks CS4 that I dropped into my Dreamweaver CS4 file.  When I preview in Firefox (3.5.5) it works fine but when I preview in Safari (4.0.3), the dropdowns don't show up.  Can anyone help me figure out why?
    I'm on a Mac.
    Thanks,
    Tony

    Not without seeing the code.
    Got a link to the site where we can view it?

  • Places drop-down menu bar not working

    I recently imported my iPhoto library to Aperture. All my geotags are intact as far as I can tell. All seems to be working well with the exception of the drop-down menu bar at the top of Places. It tells me the number of countries, states/provinces, cities, and places, but when I click on any of them, no drop-down happens. The only thing that works is clicking on the home button. Any advice??

    Thanks for posting this.  This was driving me nuts.
    If you haven't already, could you please file a bug report?  The more of us who complain, the more likely they are to fix this.
    Thanks!

  • MY MSN Stocks Drop Down Menu does not work

    Exactly what I said. Drop down menu on My.MSN homepage does not work.

    Pat,
    Your menus look fine on my system, too. It is possible that your user is working on a system with javascript turned off, either on her own computer or, if she is in a company, turned off by the network administrator. Ask her how she is viewing your website...laptop, desktop, smartphone, tablet, etc., to help you pinpoint what your solution will be.
         If her javascript is turned off (not to be turned on...), one strategy around this is to create pages linked to your top level menu items. On those pages, you can make text links (not dropdowns) to the menu items that show on the drop-downs. This could be paired with the next idea, as a sort of belt-and-suspenders solution.
        A less obtrusive way: Add a secondary, substitute text menu that only appears when javascript is turned off by using <noscript> </noscript> tags around the secondary menus.
         Be wary of solutions that require you to tell different users different things.
    Beth

  • Google account drop-down menu is not working

    When I go to click my google account name in the top right of gmail, the drop-down menu that lists all of my accounts is not showing up when I click, this is a problem because I cannot access my school gmail.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • The "Play Next" function in the search drop down menu does not work

    I don't know if anyone else has had this problem but my search drop down box is no longer working. It does show results but I cannont select them of add the songs to Play next on the playlist. I have iTunes 11.1.3.8
    Thanks for your time

    Pat,
    Your menus look fine on my system, too. It is possible that your user is working on a system with javascript turned off, either on her own computer or, if she is in a company, turned off by the network administrator. Ask her how she is viewing your website...laptop, desktop, smartphone, tablet, etc., to help you pinpoint what your solution will be.
         If her javascript is turned off (not to be turned on...), one strategy around this is to create pages linked to your top level menu items. On those pages, you can make text links (not dropdowns) to the menu items that show on the drop-downs. This could be paired with the next idea, as a sort of belt-and-suspenders solution.
        A less obtrusive way: Add a secondary, substitute text menu that only appears when javascript is turned off by using <noscript> </noscript> tags around the secondary menus.
         Be wary of solutions that require you to tell different users different things.
    Beth

  • I'm running firefox on a Macbook Air 10.6.8, and the bookmark folders in the bookmarks drop down menu don't open when I mouse over them or click on them. How do I fix this?

    I've run diagnostics on the mac air, reloaded firefox, and tried eerything I could think of. The 'show all bookmarks' page works perfectly- it's just the dropdown menu that has problems. All the folders have numerous items in them except for one- which only has two. That one works- the pop out menu for that folder comes out on the left side. All the arrows for the folders are on the right side (pointing right) of the of the drop down bookmark menu, pointing at the right edge of the computer screen. The dropdown menu appears on the right half of the screen, close to the edge. Strangely, my main computer is an iMac desktop, and my mozilla bookmarks dropdown menu folders open on top of the dropdown menu, not out on the side.

    I figgered it out. The resolution of the screen was set at 600x800, so the bookmarks dropdown menu took up more space than usual. The pop out folder contents didn't have enough room to pop out. With a resolution for a slightly smaller display the drop down bookmarks menu functions perfectly.

  • Java Script Drop Down menu is not working someone please helP!!!!!

    Okay will I had a domain hostlyon.com which was changed to
    hostlion.net . Anyhow when i re uploaded all the files to my new
    domain my drop down javascript wasn't functioning properly .... the
    menu didn't drop down.
    When you go to hostlyon.com it works... but on my new domain
    it doesn't work. What might be causing the problem..... someone
    please help!!!!

    watzursn wrote:
    > Okay will I had a domain hostlyon.com which was changed
    to hostlion.net .
    > Anyhow when i re uploaded all the files to my new domain
    my drop down
    > javascript wasn't functioning properly .... the menu
    didn't drop down.
    >
    > When you go to hostlyon.com it works... but on my new
    domain it doesn't work.
    > What might be causing the problem..... someone please
    help!!!!
    >
    Error: ypSlideOutMenu is not defined
    Source File:
    http://hostlion.net/
    Line: 1
    Mick

  • Windows won't close, lockups, drop down menu bar not working - IE works fine - what's going on with firefox?

    Just bad performance from firefox the past couple of weeks
    I down loaded a fresh version of firefox, but it didn't help
    see above question
    Lockups, windows won't close, drop down menus not working
    Internet Explorer works fine

    http://support.mozilla.com/kb/Basic+Troubleshooting

Maybe you are looking for

  • Process chain problem...., its urgent

    Hi all in my process chain we are loading 4 loads into ODS. After 3 loads, 4th load didn't take place. its not yet started even 3rd one successfully ran. its not showing error also. what can i do. after 4th one ODS activation process is there. Please

  • Is there a way to access old multimedia messages that are no longer  in the message history?

    Is there a way to access old multimedia messages that are no longer in the message history?

  • Firefox visual problem

    Hello, I have problem with firefox, visual problem. I have took some pics comparing firefox and chrome in the same site as pairs, please take a look: http://www.flickr.com/photos/linsspinho/7804520418/in/photostream http://www.flickr.com/photos/linss

  • Display freaking out on me, any ideas?

    My display is doing something weird, and I was hoping someone else could shed some light on this for me. Every couple of minutes (4 or 5) the screen on my display will darken and then light back up. Never super dard (I can still see items on the comp

  • Why are there 2 iTunes Match switches in iOS 8.1?

    Hi there... is there any sense in having two switches to turn iTunes Match on/off in iOS 8.1??? One is under Settings/Music and the other Settings/iTunes & App Store The problem is that once i turn one of the switches on and then off again (when I le