Re: [PHP] Refresh Main frame From: * R&zE: (renze <email protected>)
Date: 08/28/01

<Original message>
From: Rosen <rosen_dm <email protected>>
Date: Tue, Aug 28, 2001 at 04:29:05PM +0300
Message-ID: <20010828160741.73120.qmail <email protected>>
Subject: [PHP] Refresh Main frame

> Hi,
> how can I tell to refresh the main frame ( index.php ) from some subframe
> I use frames ) ?
>
> Thanks,
> Rosen

</Original message>

<Reply>

<SCRIPT type="text/javascript">
  window.parent.<name-of-mainframe>.reload(true);
</SCRIPT>

That should be what you're looking for...

</Reply>

-- 

* R&zE:

-- »»»»»»»»»»»»»»»»»»»»»»»» -- Renze Munnik -- DataLink BV -- -- E: renze <email protected> -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Stationsplein 82 -- 2011 LM HAARLEM -- Netherlands -- -- http://www.datalink.nl -- ««««««««««««««««««««««««

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>