<span onclick="window.open('url2');"><button type="button" onclick="window.open('url1');">Кнопка</button></span>
window.location.href
открывает ссылку в текущей вкладкеwindow.open
необходимо дать разрешение на открытие всплывающих окон <span onclick="window.location.href = 'url2';"><button type="button" onclick="window.location.href = 'url1';">Кнопка</button></span>
<button type="button" onclick="window.open('url1'); window.open('url2');">Кнопка</button>
<button type="button" onclick="window.location.href = 'url1'; window.location.href = 'url2';">Кнопка</button>
<div style="text-align:center; color:green; background: grey;">contactus</div>
итд...
просто написать в конце
.svg??
В общем вообще не задумываясь взял конфиг из этого бага и всё заработало
https://bugs.mysql.com/bug.php?id=94283
Так попробуйте