Hello, i want to launch this code on a button in superfly:
<a target="_blank" onclick="window.open('http://shofarmessiah.wixsite.com/shofar-messiah-radio','popUpWindow','height=560,width=1020,left=500,top=0,resizable=no,scrollbars=no,toolbar=no,menubar=no,location=middle,directories=no, status=no');"
onmouseover="document.sub_but.src='https://shofar-messiah.com/wp-content/uploads/2018/01/RADIOMY2.gif'" onmouseout="document.sub_but.src='https://shofar-messiah.com/wp-content/uploads/2018/01/RADIOMY.gif'">
<img src='https://shofar-messiah.com/wp-content/uploads/2018/01/RADIOMY2.gif' style="width:200px; height:110px; border:0px solid #cc3300;" alt="Move your mouse over me" name="sub_but">
</a><!–end_raw–>
it opens a popup window with a link.
is it possible to do that in superfly?
and if no, then can i make this whole code as a function Class or CSS?