搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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 个回答
  • 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 :)