I have a website with many links on it at the moment. So I wanted to ask if it is possible to add additionally to every "normal" link an extra link (for example www.google.com)?
I know this option:
<a href="http://virtual-doctor.net" onclick="window.open('http://runningrss.com');
return true;">multiopen</a>
But then I need to edit every single link on my website. So is there a possibility to add a piece of code to the site and then every link on the website opens automatically (additionally to the normal linked page) an extra page?
I hope it's understandable what I mean :)
Greetings Andrew