html redirect page?

They have: 2 posts

Joined: Jun 2000

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's picture

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.

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

quote:Originally posted by brianm:
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

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.