Redirecting url different from status bar

Discussion in 'HTML & Website Design' started by stuzilla, Nov 22, 2009.

  1. #1
    hi, i been trying to redirect the status bar url to different url.. for purposes such as affiliate links, and other services i use that run through a long ugly looking link but end up to a simple website.

    a while ago i seen a guy use linkbucks on his links.. but when i scrolled over his links they said a normal website like. www.megaupload.com/afhakgh but his link redirected to linkbucks and used a top banner.

    ^^ is there any way to achieve this?

    i been trying to include a javascript code for this but the proplem is that it doesnt work for different browsers (or atleast the ones that i have expermented with the last few days)

    Is there something that works for all browsers?

    Or is it better to use a PHP script? I dont know much about this or how to use it, but i keep hearing about it.

    Any opinions?
    Appreciate it a lot
     
    stuzilla, Nov 22, 2009 IP
  2. japanninja

    japanninja Active Member

    Messages:
    54
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    50
    #2
    Try this:

    
    <A HREF="http://www.url.com"
    onMouseOver="window.status='Now you have the mouse over the image.'; return true"
    onMouseOut="window.status='And now you have moved the mouse away from the image.'">
    
    Code (markup):
     
    japanninja, Nov 22, 2009 IP
  3. nicelk

    nicelk Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Use this code:

     
    Last edited: Nov 23, 2009
    nicelk, Nov 23, 2009 IP