|
hide target link
I want to put a link on Page A that will redirect people to Page C, but through Page B. Page B is just a tracking site that automatically redirects to another site, so I want Page C to be what is displayed when you mouse over the link. Is there a way to do this?
Link on Page A:
<a href="Page B" target="_blank">Link name</a>
How can I make Page C be seen on mouse over, or at least hide Page B from being displayed?
|