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?
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.