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

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม
เก็บถาวรแล้ว

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

sarah061195

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)

here the code

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