Instructions
1) Copy the code from below
2) Paste the code into your text editor (eg. NotePad)
3) Replace the sentence "Your Affiliate Link Here" to your affiliate link.
4) Save the file as product-name.html
5) Upload the file product-name.html to your server
6) Send people to
http://www.YOURSERVER.com/product-name.html
Redirection Page Code
<html>
<head>
<title>Loading...</title>
<meta http-equiv="Refresh" Content="0;URL=Your Affiliate Link Here">
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000" oncontextmenu="return false">
<a href="Your Affiliate Link Here" onmouseover="window.status='Click here'; return true" onmouseout="window.status=''">Loading...</a>
</body>
</html>