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

Reply via email to