PDA

View Full Version : Newbie Needs HTML HELP HELP HELP!



Callme
March 9th, 2008, 04:07 PM
Hi Everyone,
I am new to this forum and an internet newbie. I need help from someone familiar with both html and clickbank. Those of you familiar with Clickbank no that this is an affiliate marketplace for marketers who place their products and have affiliates market their products.
I have signed up as an affiliate at Clickbank and obtained my hoplink for a particular product. Here is what I am trying to accomplish. As an affiliate I am going to be marketing various products at clickbank and instead of just referring my customers directly to the merchants sales page, I want to first capture their information with my own squeeze page, after I capture their names and email addresses and they click the submit button I have that link going to a thank you page, on this thank you page I am trying to redirect them directly to the sales page after collecting their info. It is here I am having the problems. I can redirect them ok but I am not able to redirect them and put in my hoplink so that I am the one that gets paid from my customers should they order from the sales page.
Here is the html code I am using:
<Meta http-equiv="REFRESH" content="10;
url=http://www.mydomainname.com/">
then in order to get paid my hoplink needs to be in there somewhere so I just addes it to the end of the redirect code above as follows:

<meta http-equiv=REFRESH" content="10;url = <A href="http://www.mydomainname.com/">http://myclickbankID.freegoogle.hop.clickbank.net/">http://www.mydomainname.com/">http://myclickbankID.freegoogle.hop.clickbank.net/>
I tried two way just reversing the order which I type the hop link first and the redirect first. Putting the redirect first makes the redirect work but I can't get my hoplink to work with the redirect code.
I need help. Anything you can do would be greatly appreciated. I probably did not explain it very well so if you need clarification just email and I will do my best.
Thank You

Jeff Wheeler
March 9th, 2008, 05:03 PM
I suspect people will be much more willing to help if you format your post so it's a bit easier to read. At the moment, lines aren't wrapping because you've pasted all your source directly in.

Try using the
and tags around your source, and adding a few more extra line-breaks; it'll make your post much more easy to read.

koolkrasher
March 10th, 2008, 03:42 AM
i thought firefox was bugged lol. format ur post dude.

simplistik
March 10th, 2008, 09:26 AM
i formatted his post so you guys can stop crying now ;)

as for the post there's no way that the redirect you're using would work. you can't take the html and then decided to make up some sort of format like you just did. if you need a referral redirect you need to write a script, that uses that address as a referral something like...


http://www.yoursite.com/redirect.php?=www.someothersite.com

Jeff Wheeler
March 10th, 2008, 11:57 AM
i formatted his post so you guys can stop crying now ;)

Was trying to help him get responses ... tried to make it sound as polite as possible. :P

Anyways, Simp is right: you'll need to embed your code into the URL. Also, using the meta tag isn't a great solution---you probably want to be using HTTP redirects (which cannot have a timer) if you can (they don't break).