搜尋 Mozilla 技術支援網站

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

Learn More

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

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

所有回覆 (1)

more options

here the code

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