I would like to know how difficult it would be to generate a multiframe window from user submission.
i.e., a left frame with content, and a right frame with content.
It's basically splitting the POST data and letting it work on two different frames.
Is it possible to do this directly within php?