RE: [PHP] header() and target page

2002-12-02 Thread phpnew_bocket
--- John W. Holmes [EMAIL PROTECTED] wrote:
  I am just full of them this weekend. Is it
 possible to direct a header
  like a html link (i.e. target=_top) ? I have a
 page that is in a
 frame,
  and I want the new page that is called to break
 the frame and load in
 the
  entire frame.

I do not see why not have the request initially opened
in the parent frame since both a and form tags
support the target propery... which will be set in
this case to parent

I hope this makes your life easier !
good luck !

=
+--+
|Wana Know what ISLAM is all about ? |
+--+

visit :   http://www.sultan.org/#int

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] header() and target page

2002-12-01 Thread Jami
I am just full of them this weekend. Is it possible to direct a header like a html 
link (i.e. target=_top) ? I have a page that is in a frame, and I want the new page 
that is called to break the frame and load in the entire frame.

Thanks.

Jami



RE: [PHP] header() and target page

2002-12-01 Thread John W. Holmes
 I am just full of them this weekend. Is it possible to direct a header
 like a html link (i.e. target=_top) ? I have a page that is in a
frame,
 and I want the new page that is called to break the frame and load in
the
 entire frame.

Nope. Use JavaScript.

---John Holmes...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php