Hey Todd... I really think what you are going to have to do is pass a
javascript variable to the parent page.. cause you are trying to send
a variable from the php search page to the parent that has the iframe
in it... I am correct in assuming that?
On Tue, 1 Mar 2005 16:33:58 -, Mikey <[EMAI
> > Is there a way to "leave" the inline frame?
You could get your script to write some JavaScript instead of the header
along the lines of:
window.parent.document.location = "mypage.php";
(This is not tested, and YMMV...)
HTH,
Mikey
--
PHP General Mailing List (http://www.php.net/)
To unsub
Hey Todd,
I use iframe alot.. what you have to do is tell it a target... but, i
am not sure if you can do that with header('Location:...") .. i would
be interested to know also
Joe
On Mon, 28 Feb 2005 16:30:28 -0800, Todd Cary <[EMAIL PROTECTED]> wrote:
> My client insists on using inline Fram
3 matches
Mail list logo