Code for affiliate click throughs

Discussion in 'Affiliate Programs' started by Seobiznezz, Dec 22, 2005.

  1. #1
    Hope this is the right forum for this thread as will probably get more responses here and will probably be interesting to affiliate Q and A.

    Here goes.

    Does anyone know some proper coding for getting rid of your affiliate acct on mouseovers????

    for example on mouseover it says "www.affiliatesite.com/affilID.php.320853208

    Instead, I would just like it to say www.affiliatesite.com on mouseover.

    I feel this looks better to the viewer even though when clicked, it goes to the affiliate site with the ID attached to it. Thats Ok, it is just the mouseover that I want fixed so as to not scare any potential visitors.
     
    Seobiznezz, Dec 22, 2005 IP
  2. m0rtal

    m0rtal Well-Known Member

    Messages:
    1,548
    Likes Received:
    121
    Best Answers:
    0
    Trophy Points:
    180
    #2
    If you're referring to the status bar you can use this javascript:

    <a href="http://affiliateurl.com" target="_blank" onMouseOver="MM_displayStatusMsg('Status bar title you want displayed when mouse is over');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg('When mouse moves out this text will be displayed');return document.MM_returnValue">whatever title the link will have</a>

    Think that should be right, hope this helps.
     
    m0rtal, Dec 28, 2005 IP