[PHP] Refreshing multiple frames?

2001-05-07 Thread Brandon Orther

Hello,

I am using php with frames for a menu bar.  In one frame I have a menu.
When the link is clicked on the menu I would like two frames to be updated.
Is there a way to do this?

Brandon


-- 
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] Refreshing multiple frames?

2001-05-07 Thread Zak Greant

You are going to need Javascript to do this.

--zak


- Original Message -
From: Brandon Orther [EMAIL PROTECTED]
To: PHP User Group [EMAIL PROTECTED]
Sent: Monday, May 07, 2001 5:19 PM
Subject: [PHP] Refreshing multiple frames?


 Hello,

 I am using php with frames for a menu bar.  In one frame I have a menu.
 When the link is clicked on the menu I would like two frames to be
updated.
 Is there a way to do this?

 Brandon


 --
 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] Refreshing multiple frames?

2001-05-07 Thread Data Driven Design

Link to another frameset page if you choose not to use javascript. But IMO
there's no such thing as a proper use of frames. Frames should never be used
for anything.

Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084

http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Brandon Orther [EMAIL PROTECTED]
To: PHP User Group [EMAIL PROTECTED]
Sent: Monday, May 07, 2001 7:19 PM
Subject: [PHP] Refreshing multiple frames?


 Hello,

 I am using php with frames for a menu bar.  In one frame I have a menu.
 When the link is clicked on the menu I would like two frames to be
updated.
 Is there a way to do this?

 Brandon


 --
 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] Refreshing multiple frames?

2001-05-07 Thread Luke Welling


Brandon Orther wrote:
 I am using php with frames for a menu bar.  In one frame I have a menu.
 When the link is clicked on the menu I would like two frames to be
updated.
 Is there a way to do this?

As others have said, this is a JavaScript task not a PHP task.

I am pretty sure there is an example at www.htmlgoodies.com.

Cheers,

Luke Welling
--
PHP and MySQL Web Development
by Luke Welling and Laura Thomson
http://www.amazon.com/exec/obidos/ASIN/0672317842/tangledwebdesign




-- 
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]