|
Posted by Cujo on 11/18/05 02:14
Stefan Mueller wrote:
> Great, this works perfect and is good enough for my requirements. But does
> that mean that a PHP script can only write data to one frame? Is there
> really no possibility to refresh a second frame with a PHP script?
Php is SERVER SIDE.
It is *not* a limitation of php, rather php is in the wrong "place" in
the chain of events to be able to do this.
This is a client side task.
Client tasks are to be dealt with html, javascript, whatever.
And YES, php *can* be used to *generate* html, javascript or whatever in
order to achieve what you want. Not directly though, the php interpreter
has no knowledge of pages, forms, frames and such.
regards, f.
--
Cujo.
<fra@despammed.com>
[Back to original message]
|