Forum Moderators: open

Message Too Old, No Replies

iframe to non-iframe

Is it possible to move from an iframe to a non-iframe page

         

talyal

5:33 pm on Dec 21, 2007 (gmt 0)

10+ Year Member



Hello!

I have an iframe that calls a page on another site. That page is a form. When someone clicks submit on the form, is it possible to move to that site instead of the page showing up in the iframe?

I hope that makes sense :P

Talya

Dabrowski

5:45 pm on Dec 21, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi and welcome to Webmaster World!

If the contents of the iframe are on a different domain than the 'wrapper' site, then there's nothing you can do.

If you had access to the form code you could change the target to '_top'. That way the form's actal site shouldn't be affected, but when it's submitted it should break out of your frame.

[edited by: Dabrowski at 5:46 pm (utc) on Dec. 21, 2007]