I have a new extension I’m making, the button makes a drop down popup and in that I have the HTML code
<html>
<a href="http://www.google.com/">Google</a>
</html>
This code should direct to google, shouldn’t it? I know that its working because Google comes up on the popup but when I click it it does nothing.
Use anchor tag with : target=”_blank”