Is there a way, using Google Sites, to open html links in the same window?
I want to avoid the Buttons Widget because their customization is very limited.
Already tried this and it didn't work
<a href="https://www.google.com" target="_PARENT">Google.com</a>
And
<a href="" onclick="Window.open('https://www.google.com','_parent')" >Google.com</a>
By the way, on Google Sites, when you insert a HTML widget, it will create an IFRAME. I would like to be able to open a link on the same window from this Iframe.