[PHP] Frames and PHP

2002-08-15 Thread Sascha Braun

I have some links wich open a new window, wich contains some frames. Each frame 
selects something from a database, based on an id i put an the window open link. But 
the ID never enters one of my frames, it terribly stays outside, maybe in the frame 
set, what can I da about that?

Schura



Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun

Yo,

i found out how it is working. I just have to make some adds to the url, as
i did to the window.open() too.

Was easy, but if you never made it before ;OP

Thanx

Schura


- Original Message -
From: Brian V Bonini [EMAIL PROTECTED]
To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste
[EMAIL PROTECTED]
Sent: Thursday, August 15, 2002 11:09 PM
Subject: RE: [PHP] Frames and PHP


 Are you saying $id is not passed some of your frames content but not
others
 or it does nto get passed at all?

  -Original Message-
  From: Sascha Braun [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 15, 2002 4:34 PM
  To: PHP Mailingliste
  Subject: [PHP] Frames and PHP
 
 
  I have some links wich open a new window, wich contains some
  frames. Each frame selects something from a database, based on an
  id i put an the window open link. But the ID never enters one of
  my frames, it terribly stays outside, maybe in the frame set,
  what can I da about that?
 
  Schura
 



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




Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun

Now my frameset looks like this:

!-- frames --
frameset  rows=25,*,25 border=0
frame name=popwinhead src=includes/popwin.head.inc.php?id=? echo
$_REQUEST['id'] ? marginwidth=0 marginheight=0 scrolling=no
frameborder=0 noresize
frame name=popwincontent src=includes/popwin.inc.php?id=? echo
$_REQUEST['id'] ? marginwidth=0 marginheight=0 scrolling=auto
frameborder=0 noresize
frame name=popwinfoot src=includes/popwin.foot.inc.php
marginwidth=0 marginheight=0 scrolling=no frameborder=0 noresize
/frameset

works fine!



- Original Message -
From: Brian V Bonini [EMAIL PROTECTED]
To: Sascha Braun [EMAIL PROTECTED]; PHP Mailingliste
[EMAIL PROTECTED]
Sent: Thursday, August 15, 2002 11:09 PM
Subject: RE: [PHP] Frames and PHP


 Are you saying $id is not passed some of your frames content but not
others
 or it does nto get passed at all?

  -Original Message-
  From: Sascha Braun [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 15, 2002 4:34 PM
  To: PHP Mailingliste
  Subject: [PHP] Frames and PHP
 
 
  I have some links wich open a new window, wich contains some
  frames. Each frame selects something from a database, based on an
  id i put an the window open link. But the ID never enters one of
  my frames, it terribly stays outside, maybe in the frame set,
  what can I da about that?
 
  Schura
 



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




RE: [PHP] Frames and PHP

2002-08-15 Thread Brian V Bonini

Are you saying $id is not passed some of your frames content but not others
or it does nto get passed at all?

 -Original Message-
 From: Sascha Braun [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 15, 2002 4:34 PM
 To: PHP Mailingliste
 Subject: [PHP] Frames and PHP


 I have some links wich open a new window, wich contains some
 frames. Each frame selects something from a database, based on an
 id i put an the window open link. But the ID never enters one of
 my frames, it terribly stays outside, maybe in the frame set,
 what can I da about that?

 Schura



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