Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

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 Antworten
  • 1 hat dieses Problem
  • 11 Aufrufe
  • Letzte Antwort von 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 Antworten (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 :)