I want to make a javascript that can read a a href (URL) link in the main program and change it when it is pressed.
The reason is that I have a program with URLS that I want to change and I cannot change the code, but the program can read a js-script, and the js-script can change the URL's.
Example:
the program gives this url:
http://www.bki.net/tv/Frank/oss.wmv
when the user press the link, it should go like this:
http://www.bki.net/bkitvyy.php?m=Frank/oss.wmv


