Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread tamouse mailing lists
On Fri, Mar 15, 2013 at 10:36 AM, Jim Giner
 wrote:
> On 3/15/2013 10:11 AM, georg wrote:
>>
>> Actually I think you are right;
>>
>> what I would have liked (as a natural extension of the depression:)
>> is actually a  tag that stands without the 
>> and which as target="framename" instead of the frame defining
>> name="framename"
>> and which just displayed the src in that frame (immediatly as it does
>> today)
>>
>> Im fairly new to PHP so Im bound to bounce into some walls, tnx.
>>
>> BR georg
>
>
> And apparently new to html as well if you want to use frames still  :)
> Why not learn "just a little" css and html and develop something more
> current that you won't be re-visiting down the road some time and changing?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

Although maybe there's something ascetic about going through features
from the beginning and learning to hate them as much as we did.

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



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread Jim Giner

On 3/15/2013 10:11 AM, georg wrote:

Actually I think you are right;

what I would have liked (as a natural extension of the depression:)
is actually a  tag that stands without the 
and which as target="framename" instead of the frame defining
name="framename"
and which just displayed the src in that frame (immediatly as it does
today)

Im fairly new to PHP so Im bound to bounce into some walls, tnx.

BR georg


And apparently new to html as well if you want to use frames still  :)
Why not learn "just a little" css and html and develop something more 
current that you won't be re-visiting down the road some time and changing?


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



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread tamouse mailing lists
On Fri, Mar 15, 2013 at 9:11 AM, georg  wrote:
> Actually I think you are right;
>
> what I would have liked (as a natural extension of the depression:)
> is actually a  tag that stands without the 
> and which as target="framename" instead of the frame defining
> name="framename"
> and which just displayed the src in that frame (immediatly as it does today)

Maybe you want an IFRAME (Inline Frame) instead of FRAMESET/FRAME?


>
> Im fairly new to PHP so Im bound to bounce into some walls, tnx.
>
> BR georg
>
> - Original Message - From: "Stuart Dallas" 
> To: "georg" 
> Cc: "PHP General" <>
> Sent: Friday, March 15, 2013 2:38 PM
>
> Subject: Re: [PHP] rather a HTML Q; however 2-FRAME
>
>
> On 15 Mar 2013, at 13:34, "georg"  wrote:
>
>> 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".
>
>
> You want one action to change the content in two frames? For that you'll
> need to use Javascript, or reload the parent frame, neither of which involve
> PHP.
>
> -Stuart
>
> --
> Stuart Dallas
> 3ft9 Ltd
> http://3ft9.com/=
>
> --
> 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



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread georg

Actually I think you are right;

what I would have liked (as a natural extension of the depression:)
is actually a  tag that stands without the 
and which as target="framename" instead of the frame defining 
name="framename"

and which just displayed the src in that frame (immediatly as it does today)

Im fairly new to PHP so Im bound to bounce into some walls, tnx.

BR georg

- Original Message - 
From: "Stuart Dallas" 

To: "georg" 
Cc: "PHP General" <>
Sent: Friday, March 15, 2013 2:38 PM
Subject: Re: [PHP] rather a HTML Q; however 2-FRAME


On 15 Mar 2013, at 13:34, "georg"  wrote:


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".


You want one action to change the content in two frames? For that you'll 
need to use Javascript, or reload the parent frame, neither of which involve 
PHP.


-Stuart

--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/= 



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



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread Stuart Dallas
On 15 Mar 2013, at 13:34, "georg"  wrote:

> 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".

You want one action to change the content in two frames? For that you'll need 
to use Javascript, or reload the parent frame, neither of which involve PHP.

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread georg

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" 

To: "tamouse mailing lists" 
Cc: 
Sent: Friday, March 15, 2013 2:31 PM
Subject: Re: [PHP] 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" 

To: 
Sent: Friday, March 15, 2013 12:00 PM
Subject: Re: [PHP] rather a HTML Q; however 2-FRAME



On Fri, Mar 15, 2013 at 5:00 AM, georg  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?



 
 


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



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread georg

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" 

To: 
Sent: Friday, March 15, 2013 12:00 PM
Subject: Re: [PHP] rather a HTML Q; however 2-FRAME



On Fri, Mar 15, 2013 at 5:00 AM, georg  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?



 
 


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



Re: [PHP] rather a HTML Q; however 2-FRAME

2013-03-15 Thread tamouse mailing lists
On Fri, Mar 15, 2013 at 5:00 AM, georg  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?


  
  


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] rather a HTML Q; however 2-FRAME

2013-03-15 Thread georg
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.

( 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 )

tnx for any input
georg