basically, I have a streaming website with multiple servers and I want to hide that server link. here the code
<a id="server1" href="SERVER-URL" target="iframe-to-load" class="btn btn-server active">server 1</a>
Does anyone know how to do that?
I have tried multiple methods like using onclick event like:
<a id="server1" onclick="window.location.href="SERVER-URL" target="iframe-to-load" class="btn btn-server active">server 1</a>
sometimes they open in a new tab instead of load in iframe
I want to hide exactly like http://asp-arka.blogspot.com/2014/08/hide-url-on-mouse-hover-of-hyper-link.html