Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

http://english.visitkorea.or.kr/enu/CU/CU_EN_9_9_1_1.jsp tried to open boxes under heading 'the first five' they won't show info but will open withInt Explorer

  • 4 antwoorden
  • 1 heeft dit probleem
  • 11 weergaven
  • Laatste antwoord van Kathy

more options

on this web page there is an option to click on the Korean characters to open boxes to give further information on each character but when I try to open the other boxes they are blank. Then when I go back to the first one to reopen it it is blank now too.

But if I use Internet Explorer as my browser I can open all the boxes and the information is there.

Why won't they open in Firefox? Firefox is my default browser.

on this web page there is an option to click on the Korean characters to open boxes to give further information on each character but when I try to open the other boxes they are blank. Then when I go back to the first one to reopen it it is blank now too. But if I use Internet Explorer as my browser I can open all the boxes and the information is there. Why won't they open in Firefox? Firefox is my default browser.

Alle antwoorden (4)

more options

That is a problem with JavaScript code (document.image) that isn't compatible with Firefox

Create a new bookmark and paste the JavaScript bookmarklet code in its location field or run the code via the command line of the Web Console (Firefox/Tools > Web Developer; Ctrl+Shift+K).

javascript:imageOut=function(){}; imageOver=function(){};void(0);

Run the bookmarklet once to make "The First Five" tabs work.

more options

Thank you for your reply. This worked in the first instance but when I went back into the bookmarked site again it wasn't working. So should I be copying and pasting the javascript code into a new bookmark every time I use the site? I haven't tried the other remedy - well I went into web developer - Ctrl, Shift K and saw that it opened up a list but i wasn't sure where to go from there.

more options

You need to run (click) the bookmark each time you visit or reload this specific page. Those images they try to load also appear not to exist, so maybe contact the website and ask them to correct this and possibly remove this code. The tabs further down aren't specifying images and those work.

You can see the error in the Error Console.

Error: TypeError: imgEl is undefined
Source File: http://english.visitkorea.or.kr/enu/CU/CU_EN_9_9_1_6.jsp
Line: 842
more options

Many thanks for your help :)