java script to mask a link

Discussion in 'Scripts' started by chaitu2006, Oct 9, 2008.

  1. #1
    <a href="http://yourname.com" onmouseover="this.href='http://www.domain.com/';" onclick="this.href='http://yourname.com';">your name</a>

    when you move mouse over the link this will show http://www.domain.com on the status bar but on click it leads to http://yourname.com
    this way you can hide all your referral links
     
    chaitu2006, Oct 9, 2008 IP
  2. nhoss2

    nhoss2 Peon

    Messages:
    310
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    lol thanks cool
     
    nhoss2, Oct 9, 2008 IP