Iframing Help Plz..

FutureCRNA

Newbie
Joined
Nov 18, 2010
Messages
48
Reaction score
9
I'm iframing an email submit on my own landing page but i'm running into a problem. The offer I'm pushing has a pop up window that comes up after people enter their email that they need to confirm.
Whats happening is when its iframed on my landing page the pop up window dosent load after people enter their email, it just sits there..there is even room for the box to show and come up within the iframe sizing.

I know this is something with my iframe code, here's what I'm using now on my landing page.


<iframe src="MY AFF LINK" security=restricted frameborder="0" height="750" scrolling="no" width="460"></iframe>
 
thats the ugliest iframe I ever seen lol.

if they have confirm a popup that offset and doesnt show within your iframe you are going to have to find another offer or make your iframe wider to allow the pop up to show.
 
there are different types of iframes...looks like you only have a basic iframe. Your code has no commands to allow any pop-ups. I know this sounds stupid, but generally if you google "iframe for {specific type of web page} you will generaly find multiple iframes with different types of coding for different purposes...

I suggest starting there and playing with the few and see how they work. 9 times out of 10 this trick works for me, when I have iframe issues.
 
Back
Top