Hello Steve and other forum readers,
I would make an simple frameset, but it is not working, I tried
Code:
http://cpansearch.perl.org/src/MARKSTOS/CGI.pm-3.59/examples/frameset.cgi
but it won't show.
But your routers.cgi works, what is the trick? I tried to get the knowledge from your routers2.cgi but there is so much around

Could you give me please the missing code?
Code:
<html><head><title>Frameset Example</title></head>
<frameset rows="50,50">
<frame src="/frameset.cgi/A" name="A">
<frame src="/frameset.cgi/B" name="B">
</frameset>
PS: I know it have nothing to do with routers2.cgi but you solved it and google did not helped me (maybe wrong search terms)
