How to redirect after cropped email submit ?

krates

Junior Member
Joined
Jun 21, 2009
Messages
159
Reaction score
128
I found one method here .. not anymore here that tells you how to redirect after cropping email submit offer..

Redirecting after you hit the Submit button to some other page

Like thank you for your submission

I am using CakeSlice and doing custom DMR

need assistance thank you very much in advance
 
^^ I think GodCPA must also be generating some script to redirect? so can someone please extract that script part and give ?
 
^^ I think GodCPA must also be generating some script to redirect? so can someone please extract that script part and give ?

lol dude, your not serious when you say "so can someone please extract that script part and give ?"
are you? :bigok:
 
You dont NEED godcpa for it but it does make it easier for you. You will need to know some javascript to do it on ur own. If you cant figure it out il go get code from one of my site's for you.
 
lol dude, your not serious when you say "so can someone please extract that script part and give ?"
are you? :bigok:

Yea I was serious when I just said that and I think some people like the one below actually like to help :)

You dont NEED godcpa for it but it does make it easier for you. You will need to know some javascript to do it on ur own. If you cant figure it out il go get code from one of my site's for you.

dude it will be very helpful if you can do that :)
 
Alright here's one I used, it doesnt redirect but it hides the iframe. You can easily make it redirect though.

Code:
<html>
<head>
<script type="text/javascript">
var total_loads=0;
function addload()
{
try
  {
  total_loads++;
  
	if (total_loads>3)
	{
		window.parent.document.all["myFrame"].style.display = "NONE";
	}
  }
catch(err)
  {
  
  }
}
</script>
</head>

<body style="background-color:#181720">

<div align="center">
<div style="background-image:url(backdiv.png);overflow: hidden; width: 291px; height: 111px; position: relative;" id="i_div">
<iframe onload="addload()" id="myFrame" name="i_frame" src="url1.php" style="border: 0pt none ; left: -133px; top: -424px; position: absolute; width: 1023px; height: 640px;" scrolling="no"></iframe></div>
</div>
</body>
</html>
 
yay

images
 
i'm looking to do something similar, except i just want an offer to pop up when you click a download link (to download a file) and then once the offer is completed I want the frame to go away and the download link to function as intended.
 
@krates, what I do successfully is redirect the offer page back to my landing page (or any page of your choice) after 20seconds. (it wont take take 20secs to complete the offer.)

1. Offer page with cropped email submit.
2. When someone visits the LP, timer starts, after 20seconds, triggers redirect.
3. You can create your own "Thank you for completing offer" page. (whether they completed the offer or not, who cares. If its taking them 20seconds to complete an offer, they probably wont so redirect them to the thank you page. :)
4. Rinse. Repeat with other offers.

Works great for me with high conversion.

Code:
<META http-equiv="refresh"  content="0;URL=http://">

@thesickest, if you want the offer to only be triggered when someone hits "continue/download" or any link, you might want to look into CPA Content Wizard. Let me know if you need it, I might be able to look into that for you.

Goodluck you two!!
 
@krates, what I do successfully is redirect the offer page back to my landing page (or any page of your choice) after 20seconds. (it wont take take 20secs to complete the offer.)

1. Offer page with cropped email submit.
2. When someone visits the LP, timer starts, after 20seconds, triggers redirect.
3. You can create your own "Thank you for completing offer" page. (whether they completed the offer or not, who cares. If its taking them 20seconds to complete an offer, they probably wont so redirect them to the thank you page. :)
4. Rinse. Repeat with other offers.

Works great for me with high conversion.

Code:
<META http-equiv="refresh"  content="0;URL=http://">
@thesickest, if you want the offer to only be triggered when someone hits "continue/download" or any link, you might want to look into CPA Content Wizard. Let me know if you need it, I might be able to look into that for you.

Goodluck you two!!

Thanks for the informative post! That sounds good. I want people to get the download regardless. If they are going to convert they are going to convert within the first 20 seconds like you said. I dont want them leaving with a bad taste in their mouth by locking it down. Maybe i'll just iframe it and put a timer on it.

CPA Content Wizard. I dont have any good software that's helping me in my CPA venture here so anything you can throw at me would be VERY Helpful!

Send me a PM Definitely if you have something of interest.
 
I redirect them anyways. I don't really care. If they don't complete it within 20seconds, I find the next one who will =)

PM sent. Goodluck but be careful and cover your tracks =)
 
Your method might also work.. :) but the cropped next page that comes in many of the CPA offer gives some bad taste to the user ..

I will first try w84it method and then will try yours and then post here which one is better :)
 
I used GodCpa for the first time the other day, I am not sure what I did wrong, but the BH site l created for the cropped iframe was the referred site on my CPA network stats.

Any Ideas?
If any1 uses Godcpa can you PM me.
Thank you all

BHW F'n RoCkS
 
Back
Top