Re: rather a HTML Q; however 2-FRAME

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



To make things clearer. I already have the frames since earlier and
want to fill then again, so it is not at the "initial filling" of the frames
at "creation".

BR georg
----- Original Message ----- From: "georg" <georg.chambert@xxxxxxxxx>
To: "tamouse mailing lists" <tamouse.lists@xxxxxxxxx>
Cc: <php-general@xxxxxxxxxxxxx>
Sent: Friday, March 15, 2013 2:31 PM
Subject: Re:  rather a HTML Q; however 2-FRAME


Hi, yepp & thnx, so far I have got,
but now im in a situation where I have made 2nice frames one contining the picture (noscroll) and i want to have a quite narrow frame at the side displaying a text, however I want to fill both frames at one mouseclick....... here Im utterly failing :(
for some time now

BR georg

----- Original Message ----- From: "tamouse mailing lists" <tamouse.lists@xxxxxxxxx>
To: <php-general@xxxxxxxxxxxxx>
Sent: Friday, March 15, 2013 12:00 PM
Subject: Re:  rather a HTML Q; however 2-FRAME


On Fri, Mar 15, 2013 at 5:00 AM, georg <georg.chambert@xxxxxxxxx> wrote:
I have a need to make a pure "display" in a (HTML tagged area defined by) FRAME now so far I have only succeeded in making output into a frame by landing
a clicked tag to open the new doc (href or src) in a specified frame.
Possibly its not solvable with framework of frames.

Not 100% sure of what you want, but can't you just populate the frames directly?

<frameset rows="10%,*">
 <frame name="upper" src="upperframe.php">
 <frame name="lower" src="lowerframe.php">
</frameset>

the link in the src attribute populates it initially.

You already know how to populate them with links.

( I know, FRAMEs are a dying breed, depressed by HTML society, sorry "deprecated" possibly my issue is fixable by style-sheets but I havnt gotten that far yet, too complex )

Frames are not only deprecated, they are unsupported entirely in HTML5
(not that browsers won't continue to display them; just that they
won't validate).

Leap the hurdle and start to look at Web 3.0 stuff with backbone.js,
twitter's bootstrap,  etc.

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




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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux