Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 回覆
  • 1 有這個問題
  • 11 次檢視
  • 最近回覆由 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.

所有回覆 (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 :)