[PHP] redirect from aframe to the whole page!

2001-06-21 Thread kaab kaoutar


Hi!
how cann i redirect from a frame to a page but in the whole page !
i mean like href and adding the target!
Thanks
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] redirect from aframe to the whole page!

2001-06-21 Thread Philip Hallstrom

I don't remember for sure, but I think for IE you can do this:

Header(Window-target: targetgoeshere);
Header(Location: /whereyouwanttogo.html);

and it will work.  I'm pretty sure that works, but maybe I'm not
remembering right.

-philip

In article [EMAIL PROTECTED] you write:

Hi!
how cann i redirect from a frame to a page but in the whole page !
i mean like href and adding the target!
Thanks
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] redirect from aframe to the whole page!

2001-06-21 Thread lenar

This is not PHP related, but use '_top' as TARGET.

lenar.

""kaab kaoutar"" [EMAIL PROTECTED] wrote in message 
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
 Hi!
 how cann i redirect from a frame to a page but in the whole page !
 i mean like href and adding the target!
 Thanks
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]