Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

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 respostas
  • 1 tem este problema
  • 11 visualizações
  • Última resposta por 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.

Todas as respostas (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 :)