html redirect page?
Lets say I want to send a link to a customer regarding a product he/she is interested in. I'm an affilliate but don't want he or she to see this information on the link I am sending.
I am told to create a re-direct page on my website with the following information:
<html><body>
<meta http-equiv="refresh" content="0;
url=http://www.instantsalesletters.com/al/affiliates.cgi?xxx">
</body></html>
But I don't have a clue as to the steps I need to take in order to make the page and where the above needs to go.
Any help would be greatly appreciated.
Thank you so very much.
Brian
John Pollock posted this at 04:44 — 3rd June 2000.
He has: 628 posts
Joined: Mar 1999
Code the file like so:
----------
<html>
<HEAD>
<meta http-equiv="refresh" content="0;
url=http://www.instantsalesletters.com/al/affiliates.cgi?xxx">
</HEAD>
<body>
</body>
</html>
----------
Save it with any name you like, maybe
isletters.html
Then, on the page where you normally have the affiliate link, you link to the isletters.htm redirect page. ie:
<A HREF="isletters.html">Instant Sales Letters</A>
This makes the link look like it is on your site, but then the redirect page takes the viewer over to the affiliate site.
Java Script: A Beginner's Guide
Page Resource
brianm posted this at 17:33 — 3rd June 2000.
They have: 2 posts
Joined: Jun 2000
Thanks for the tips!
I will do my best as an HTML rookie to set this up.
Thanks again!
Brian
I am told to create a re-direct page on my website with the following information:
<html><body>
<meta http-equiv="refresh" content="0;
url=http://www.instantsalesletters.com/al/affiliates.cgi?xxx">
</body></html>
But I don't have a clue as to the steps I need to take in order to make the page and where the above needs to go.
Any help would be greatly appreciated.
Thank you so very much.
Brian
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.