Dec 09, 2022 10:00 pm
I wish to use onlick in the following way:
<a href="url1" onclick="window.open('url2'); return true;" rel="noopener">url</a>
I am trying to allow it in the "Allow extra HTML tags" but can't get it to work.
Help?