Odp: [PHP-DB] Targeting frame in PHP
Thanks a lot, target= works fine. Bartek Pawlik Poland - Original Message - From: Steve Brett <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Bartek Pawlik <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 10:12 AM Subject: RE: [PHP-DB] Targeting frame in PHP > have a look at target= > > Steve Brett > Internal Development > EMIS Ltd. > > "Privileged and /or Confidential information may be contained in this > message. If you are not the original addressee indicated in this message (or > responsible for delivery of the message to such person), you may not copy or > deliver this message to anyone. In such case, please delete this message, > and notify us immediately. Opinions, conclusions and other information > expressed in this message are not given or endorsed by my firm or employer > unless otherwise indicated by an authorised representative independently of > this message." > > Egton Medical Information Systems Limited. Registered in England. No > 2117205. > Registered Office: Park House Mews, 77 Back Lane, Off Broadway, Horsforth, > Leeds, LS18 4RF > > > > > -Original Message- > > From: Renze Munnik [mailto:[EMAIL PROTECTED]] > > Sent: 06 April 2001 08:16 > > To: [EMAIL PROTECTED]; Bartek Pawlik > > Subject: Re: [PHP-DB] Targeting frame in PHP > > > > > > Bartek Pawlik wrote: > > > > > > Hi, > > > I have two frames, say TOP, BOTTOM. In TOP frame I have a > > PHP script, and two buttons (must be). What I want is: > > > BUTTON1 - after pressing, reload TOP frame > > > BUTTON2 - after pressing, update BOTTOM frame, but it must > > pass variables entered by user in form in TOP frame to BOTTOM > > frame, and in addition BUTTON2 can't have effect on TOP frame. > > > > > > Please, if you have some sugesstion, help me > > > > > > Bartek Pawlik > > > Poland > > > > > > -- > > > > > > > This is not a thing for PHP. You should use JavaScript for this. > > -- > > > > * R&zE: > > > > *** > > ** Renze Munnik > > ** > > ** E: [EMAIL PROTECTED] > > ** M: +31 6 218 111 43 > > *** > > > > -- > > PHP Database 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 Database 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 Database 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-DB] Targeting frame in PHP
have a look at target= Steve Brett Internal Development EMIS Ltd. "Privileged and /or Confidential information may be contained in this message. If you are not the original addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, please delete this message, and notify us immediately. Opinions, conclusions and other information expressed in this message are not given or endorsed by my firm or employer unless otherwise indicated by an authorised representative independently of this message." Egton Medical Information Systems Limited. Registered in England. No 2117205. Registered Office: Park House Mews, 77 Back Lane, Off Broadway, Horsforth, Leeds, LS18 4RF > -Original Message- > From: Renze Munnik [mailto:[EMAIL PROTECTED]] > Sent: 06 April 2001 08:16 > To: [EMAIL PROTECTED]; Bartek Pawlik > Subject: Re: [PHP-DB] Targeting frame in PHP > > > Bartek Pawlik wrote: > > > > Hi, > > I have two frames, say TOP, BOTTOM. In TOP frame I have a > PHP script, and two buttons (must be). What I want is: > > BUTTON1 - after pressing, reload TOP frame > > BUTTON2 - after pressing, update BOTTOM frame, but it must > pass variables entered by user in form in TOP frame to BOTTOM > frame, and in addition BUTTON2 can't have effect on TOP frame. > > > > Please, if you have some sugesstion, help me > > > > Bartek Pawlik > > Poland > > > > -- > > > > This is not a thing for PHP. You should use JavaScript for this. > -- > > * R&zE: > > *** > ** Renze Munnik > ** > ** E: [EMAIL PROTECTED] > ** M: +31 6 218 111 43 > *** > > -- > PHP Database 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 Database 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-DB] Targeting frame in PHP
Bartek Pawlik wrote: > > Hi, > I have two frames, say TOP, BOTTOM. In TOP frame I have a PHP script, and two >buttons (must be). What I want is: > BUTTON1 - after pressing, reload TOP frame > BUTTON2 - after pressing, update BOTTOM frame, but it must pass variables entered by >user in form in TOP frame to BOTTOM frame, and in addition BUTTON2 can't have effect >on TOP frame. > > Please, if you have some sugesstion, help me > > Bartek Pawlik > Poland > > -- > This is not a thing for PHP. You should use JavaScript for this. -- * R&zE: *** ** Renze Munnik ** ** E: [EMAIL PROTECTED] ** M: +31 6 218 111 43 *** -- PHP Database 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-DB] Targeting frame in PHP
Hi, I have two frames, say TOP, BOTTOM. In TOP frame I have a PHP script, and two buttons (must be). What I want is: BUTTON1 - after pressing, reload TOP frame BUTTON2 - after pressing, update BOTTOM frame, but it must pass variables entered by user in form in TOP frame to BOTTOM frame, and in addition BUTTON2 can't have effect on TOP frame. Please, if you have some sugesstion, help me Bartek Pawlik Poland --