Advertisement
pusatdata

URL-TRIK: Cara Menyembunyikan Link di BAR WEB

Feb 16th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. You can use buttons instead of <a> for this purpose:
  2.  
  3. <button onclick="window.location.href='location.html'">Continue</button>
  4. example for your case
  5.  
  6. <button class="class" onclick="window.location.href='<?php echo $data['recording_link'];?>'">Play Recording</button>
  7.  
  8. Sumber: http://stackoverflow.com/questions/22335367/how-to-hide-url-display-in-bottom-left-on-mouseover
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement