Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 reply
  • 1 has this problem
  • 10 views
  • Last reply by sarah061195
  • Archived

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>

All Replies (1)

here the code

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