passing external links

Discussion in 'JavaScript' started by GRIM, Nov 17, 2012.

  1. #1
    i know the java script exists as i used to use something similiar, can't find it atm.

    i need to be able to set a redirect code in front of all external links, including sending them through a proxy of mine.
     
    GRIM, Nov 17, 2012 IP
  2. NoamBarz

    NoamBarz Active Member

    Messages:
    242
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    you can use javascript for redirections using the following code:

    document.location.href = 'http://www.yourdomain.com';

    you can place the code in a function and call the function onLoad.
     
    NoamBarz, Nov 22, 2012 IP