Hello there, is my first time im working whit edge i hope have some help. I created a animation, and in the end of animation there is a computer wich is suppose to be clicked and appear a pop up contact form. So i created a shape whit 0% opacity to be invisible than crea this code to link:
"window.open("http://www.google.com", "_self");"
But i have a problem, for my pop up contact form to be trigget this should have a class in my link like this:
<a class="modalbox" href="#inline">click to open</a>
so i just need to put my code linke this:
"window.open("#inline", "_self");"
But the problem is for my popupbox to be trigger i need to pass the class (modalbox) to the link, does someone have any ideia how coul i achieve it?
REgards