hey everyone. i have a site, which iframes another site's web form. the iframe surrounds the form only, and i basically made it look like the form sits on my site. when a user enters their info and clicks "submit," the next page loads within the iframed area on my site and looks odd. basically what i want it to do is detect another page loading within the iframe and either: a) load the next page in a new window b) or load the next page in the same window as my site, which will navigate away from my site. either of those will work, but am i not sure it is possible. also, if anyone knows a better way of making this work well, any suggestions are appreciated.
care to elaborate? any code you can show me or point me in the right direction? i am a n00b at coding BTW
usually, it's not possible if u have an iframe and a form there. when submitted, it will only open on that iframe window and make ur site look fake. so why not get a form yourself?
The best thing to do is to create your own landing page. You can then not only start your OWN list, but also redirect your leads to the 2nd page of your affiliate (so they don't have to enter their info twice).
how is it possible to get users to enter their info into MY landing page...and auto submit that to the affiliate deal without them having to enter the info twice.
Of course it is possible. Just don't forget to "target" the button / link that the user will be clicking. For the next page to pop up in a new window - target="_blank" Code (markup): If you would like to share the html code of your form with us here?
ah...here's the problem...i have zero access to the page i am iframing. i cannot add that to their page. any code will only be edited on my website.
^ Ooh, yes, that proves to be a problem. Well, from my point of view here, I don't see any solutions, unless you have access to that certain i-frame's codes & can make alterations from there, I'm afraid there is nothing you can do.. But I do hope someone will be able to come up with something for you. Good luck.