On Thu, 2003-01-02 at 17:17, Mike Starke wrote: > I have been struggling with some php code to get a frame > to reload. Let's just say I have 2 frames A & B, when I reach > a section of code in frame B (php script) I would like for it to > reload/refresh frame A. > > I have scoured the net w/google, found a few links/tips, > but nothing is working. BTW, I am using Mozilla (if that matters). > > Any snippets of code would be appreciated ------ It would seem to me that it would be quite easy to just have a javascript line to execute a reload of the frame whenever you choose. I don't know that php itself is even capable of any client side interaction. Craig