|
Simple code like this will protect your affiliate
commissions. All you do is save the following
code to a web page (call it whatever you like)
and send your prospects to the new web page.
Be sure to replace these two capitalized
words. Replace ITEM
with your own ClickBank affiliate nickname.
And replace PUBLISHER
with the vendor's nickname.
You can also change the page's title if you
wish by replacing the text between the opening
and closing <title> tags.
And that's it.
<html>
<head>
<title>Loading page...</title>
<meta http-equiv="refresh" content="2;URL=http://ITEM.PUBLISHER.pay.clickbank.net">
<script>
url='http://ITEM.PUBLISHER.pay.clickbank.net';
if(document.images) { top.location.replace(url);
}
else { top.location.href=url; }
</script>
</head>
<body>Loading
<a href=http://ITEM.PUBLISHER.pay.clickbank.net>page</a>...
</body>
</html>
|