<html> <head> <title>Loading page</title> <meta http-equiv="refresh" content="2;URL=http://AFFILIATE.VENDOR.hop.clickbank.net"> <script> url=’http://AFFILIATE.VENDOR.hop.clickbank.net’; if(document.images) { top.location.replace(url); } else { top.location.href=url; } </script> </head> <body>Loading <a href=http://AFFILIATE.VENDOR.hop.clickbank.net>page</a> </body> </html> I have tried this code but it takes time to load the page its shows loading page, then it loads to merchant page, it should not take time immediately merchant page has to load Please help me
Change the refresh content from 2 to 0 <html> <head> <title>Loading page</title> <meta http-equiv="refresh" content="[B][COLOR="Red"]0[/COLOR][/B];URL=http://AFFILIATE.VENDOR.hop.clickbank.net"> <script> url=’http://AFFILIATE.VENDOR.hop.clickbank.net’; if(document.images) { top.location.replace(url); } else { top.location.href=url; } </script> </head> <body>Loading <a href=http://AFFILIATE.VENDOR.hop.clickbank.net>page</a> </body> </html> Code (markup):
You can also do this in php instantly: <?php header('Location: http://AFFILIATE.VENDOR.hop.clickbank.net'); ?>
For me, clocking URL using redirection at your cpanel.... Just go to cpanel then looking for Redirection button.. Hope its help [off topic] Where can i get the date script that they use at webpage or minisite??