I need to direct the output of my PHP code to a couple of frames. What is the best way to do this?
Currently, when I want to load a new page into a frameset, I simply output Javascript with the appropriate parent.frames[]...
What I want to be able to do is send the output directly to a frame instead of the round-about way I am doing it.
Thanks. Any help of insights would be greatly appreciated.
~bryan