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

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>

All Replies (1)

more options

here the code

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