Hi,
Möglichkeit 1 (setzt JavaScript vorraus):
<a href="http://www.google.de" onmouseover="window.status='http://www.fakeurl.de'; return true" onmouseout="window.status=''; return false">Text</a>
Möglichkeit 2 (benötigt JavaScript):
<a href="http://www.fakeurl.de" onclick="window.location.href='http://www.google.de'; return false">
Bitte.