
September 19th, 2004, 07:35 AM
|
|
|
Code:
<img src="" alt="" onclick="location.href='URL';" onmouseover="window.status='LINK';" onmouseout="window.status='';" />
I think that is what you are after, but there should be a better way of doing it. You don't want google to find out the link? Why not have it in a logged in area? Then googlebot won't be able to see it. Javascript isn't really ideal for this sort of thing, and googlebot may be able to follow the link anyway.
|