Quote:
Originally Posted by thumbsdepot
You can try this mouseover trick
http://www.kryky.com/cooltrick/
If you run your link over "Island dollars" you'll notice that it will say http://www.islanddollars.com in IE or none for firefox in the status bar like a normal mouseover. Also if you right click and check the properties of the link it will also say http://www.islanddollars.com. But if you click the link it will take you to Islanddollars.com with my affilate link attached. Pretty Cool, Huh!?
|
This is also a pretty cool trick
I've posted the source below:
Code:
<HTML>
<HEAD>
<script language="javascript">
<!--
function opensite(galurl) {
return galurl;
};
// -->
</script>
<TITLE>A.</TITLE>
</head>
</HEAD>
<BODY BGCOLOR="WHITE">
<br>
<TD COLSPAN=2><a href="http://www.islanddollars.com" onclick=this.href=opensite("http://nats.islanddollars.com/track/NDA3OjU6Mw/"); onMouseOut="window.status='http://www.islanddollars.com';return true;" onMouseOver="window.status='http://www.islanddollars.com';return true;">Island Dollars</a></TD>
</TR><TR>
<br>
<br>
<br>
</BODY>
</HTML>