Click to See Complete Forum and Search --> : Opening in the parent page from iframe form??


sergiox
05-01-2009, 07:31 AM
Hello,

I've an iframe login form (Well, it's not mine) I'd like to know if there is a way for display the result in the parent page, and close the iframe also.

Thanks in advance.

Sergio

Weedpacket
05-01-2009, 09:23 AM
<form ..... target="_parent">

sergiox
05-01-2009, 09:42 AM
Hello Weedpacket,

target="_parent" opens the parent in the iframe.