I'm trying to load the yt video by clicking on the link but I need two actions to happen. The problem is that I can't execute both action only one. Is there a way to do it?
<a href="tS8392pvFIw">Windows Phone</a> //this works
<a href="#video">Windows Phone</a> // but I also need this anchor to execute
I tried this but it doesn't work:
<a href="#video" onclick="tS8392pvFIw">Windows Phone</a>