Content from Iframe redirect to source after clicking - how to?

ItsHere

Junior Member
Joined
Dec 11, 2011
Messages
129
Reaction score
19
I have an iframe on my html page, its kind of form. When you fill it out and click "next" it will show you next step but window of my iframe its too small and it will be better if it will redirect the viewer to original (source) page.

So I want to put code/script which once you click "Next" button in my I frame will show pop up window with kind of this information:

"Now you will be redirected to the site xxxx.com. Thank you" etc. and then take the viewer to the source page automaticlly.

How to get this to the work?

Your help will be much appreciated.

ItsHere
 
Code:
<form target=_BLANK></form>
Adding target=_BLANK should pop a new window.
 
Back
Top