How to open a button into a new window?

This is my site http://classichits.ie/

I want to open the “LISTEN LIVE” button on my slider to open in a new window. Unfortunately, I am unable to do so.

This is code I am using.

<a href='http://classichits.ie/player/' class='fmlive' onclick()='fmlive' target="_blank"><img src="http://classichits.ie/wp-content/uploads/2016/01/fmlive.png"></a>

``

does it not work at all or does it open a new tab?

the code is not working. the link opens in same window.

I want it to open in a new window.

What is your

onclick='fmlive'

intended to do?

its a onclick function.

I got that much but what is fmlive?

thats the name of my function.

Which JS file is that in?

Okay, so I think the syntax should be

onclick="fmlive()"
1 Like

thanks. almost there. On clicking the button, a new window open but with no link. I mean a blank window is opening.

I think I am not passing the link properly in the code.

I got it mates. Thanks everyone.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.