I-framer that frames 1st page, breaks 2nd page?

BearyManaLow

Power Member
Joined
Nov 22, 2008
Messages
511
Reaction score
741
Hey guys, just wondering if anyone happens to know of an i-frame script or program that frames the first page, but breaks on the second page. Say for an email submit, they'd enter in their email, but then it breaks after they do that so that they can fill out the 2nd page.

Thanks for the help!
 
For this you need to write a javascript to count the "onload" event of that iframe :).
 
afaik, there's no way for the page with the iframe on it to detect anything that goes on inside the iframe. it's like a security issue thing. so the frame breaker would have to be put directly into the source code of the 2nd submit page, which you probably don't have access to.

apparently google can't even figure this one out, so i'm guessing it's just not possible. like, have you noticed on google image search, when you click 'remove this frame' it always goes back to the 1st page you landed on, instead of the more intuitive option of popping the current page out of the frame.
 
You could do it so when they enter their email, it breaks and they have to enter it again.

By iframing the submit, then placing a div box over the top. You can "catch" the mouse clicks going into it. And then redirect the user to the page. But the problem is, when the form is submitted, it is a POST request. How can you emulate that with a browser, simply by redirecting them?

MAYBE. If it gave them a cookie, like "OK you have entered all this info". Then when you went to say www.offerurl.com/enterdetails.php. If it remembered you, then easy :)
 
I belive there was some wowhaxer product which explained the same.
 
you are wrong about this. godcpa is a good tool that accomplishes this. I think it works by using javascript to poll the browser history.

Is it even available anymore? I heard it's not and the owner was banned from here for scamming.

As for the wowhaxer product, I think he was talking about cakeslice and nope, it doesn't break the frame on the 2nd page submit, I've tried it. Really neat tool though :)
 
nvm it says its no longer for sale and to put in your email to get notified of their new launch or something. i stopped paying but i might be able to get my account activated back. if you need it bad enough shoot me $50 and ill see if i can get it activated. it was $50/mo as I recall.

I'll think about it, but I would love to contract someone to make me a script similar to cakeslice, but have it be able to have the 2nd page iframing features like GodCPA does.
 
Hit me up too for a tool that can iframe 2nd page
Posted via Mobile Device
 
Back
Top