bit ancient but, Is it possible to sent $_POST data from iframe to parent??
Posted
by yous
on Stack Overflow
See other posts from Stack Overflow
or by yous
Published on 2010-03-25T21:13:09Z
Indexed on
2010/03/26
11:53 UTC
Read the original article
Hit count: 125
JavaScript
|codeigniter
Hi all,
I have a login form sitting in an iframe to $_POST the username/pwd to the parent window. But it seems the $_POST data is not being sent. I need this as the form logic sits in a Codeigniter controller and CI will also handle the loggedin view.
regards
© Stack Overflow or respective owner