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!

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

New Tab on mozilla didn't work but working fine in chrome

  • 1 resposta
  • 1 tem este problema
  • 2 visualizações
  • Última resposta por sarah061195

more options

i build a code for image link open in new tab but didn't work on mozilla

<a target="_blank" href="#" onclick="window.open('https://pse.kominfo.go.id/tdpse-detail/295','_blank');" style="position: absolute;pointer-events: visible;cursor: pointer;">

                       kominfo
                   </a>
i build a code for image link open in new tab but didn't work on mozilla <a target="_blank" href="#" onclick="window.open('https://pse.kominfo.go.id/tdpse-detail/295','_blank');" style="position: absolute;pointer-events: visible;cursor: pointer;"> <img src="#{request.contextPath}/resources/img/landing-page/terdaftar-kominfo.png" alt="kominfo" style="width: 90%"/> </a>

Todas as respostas (1)

more options

here the code

<a target="_blank" href="#" onclick="window.open('https://pse.kominfo.go.id/tdpse-detail/295','_blank');"> kominfo</a>