Posted by J.O. Aho on 11/16/05 12:42
Stefan Mueller wrote:
>> PHP has no concept of HTML frames.
>>
>> You'll have to add a target="..." attribute to your <FORM> element.
>
> 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?
No, for that you need client side scripts, javascript is the most spread one,
but sadly some companies have to modify their version so that it won't be
compatible with the "core".
//Aho
[Back to original message]
|