How to open more than one document into one web page

I am calling an agent from a web page and in the query string is a list of documents I would like to open.Then in the agent I use the print statement with the bracet to send back the documents.

print “[” + documentRef + “]”

This way does not work for more than one document. Does anybody know of way how I can open more than one document into one web page?

Any ideas or tips are appreciated.

Subject: How to open more than one document into one web page

Put them into their own frames, iframes, or (maybe) layers??

Or else, get the contents of the documents with LotusScript and print the contents into a single page.

Subject: How to open more than one document into one web page

Check out the

Subject: RE: How to open more than one document into one web page

Thanks a lot for this nice ideas and it would work. But I was not specific enough. It can be that I need to open 20 documents. So it does not work this was.

What I was doing as a work around is to get the documents and the information I need. Build all RTI and create a new document which I then open.