Neil Partridge

Neil Partridge

  • NA
  • 3
  • 3.2k

hide href in status bar but still link to it

Jan 20 2013 9:14 AM
All I have the following html 

<a href="http://ip address/broadwave.mp3" target="_blank" class="button big green">Listen Live <span>On Mobile</span></a> <a href="http://ipaddress/broadwave.m3u?src=1&rate=1" target="_blank" class="button big blue">Listen Live <span>On Desktop</span></a>

What I want to do is hide the href attribute so this is not shown in the status bar, maybe show something else instead such as Listen Live. But then navigate to it if the user clicks on the link. I need to do this server side so the ip address cannot be viewed by viewing the source. Any suggestions??




 


 


Answers (3)