Question
All my buttons link to the same URL
using Animate (version 19.2.1) I have created several buttons using this action :
this.***.addEventListener("click", fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage() {
window.open("https://www.***********/", "_top");
}
it works well but all my buttons goes to the same url despite having edited the url and the button name eachtime.
all the buttons follow this action:

ps: I have also tried to put it online and it doesn't work in wordpress either
Does anyone know this problem ? thanks in advance for the help 🙂
