Listen Live On Mobile Listen Live On Desktop
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??
Akkiraju IvaturiPosted Jan 20, 2013, 12:15 PM
Even when you view the source you will not see the reference URL but will be handled by javascript _doPostBack event as below:
<
a id="ShowProducts_ctl02_LinkProducts" href="javascript:__doPostBack('ShowProducts$ctl02$LinkProducts','')">Product1a>
Akkiraju IvaturiPosted Jan 20, 2013, 8:01 PM
Neil PartridgePosted Jan 20, 2013, 1:16 PM