Posted by Stefan Rybacki on 11/16/05 13:55
Etienne Marais wrote:
>...
> <?php
>
> /* mainframe.inc */
>
> // some code
>
> if (condition_is_met_to_refresh_other_frame) {
>
> ?>
> <script>
> this.parent.other_frame.reload();
> </script>
> <?
>
> }
>
This is javascript. You just generate this code with php but php has nothing to do with
the reload.
Its like: "Can php print bold text?" Oh yes it can "<b>Bold text </b>"! ;)
Regards
Stefan
> // more code
>
> ?>
>
>
>
[Back to original message]
|