
Perl to two Frames at once?
Can I write a perl cgi that sends two scripts to a frame set? Each
script is to go to a different frame.
I know of no html header fields to direct the cgi to a frame.
I can do it the hardway -
create three cgi
1. for the right frame
2. for the left frame
3. to recreate the frameset with right frame pointing to cgi 1
above and left frame pointing to cgi 2 above.
Is there an easier way?