Hi! I think the big problem is not to write out two different outputs from one request, but the real problem is to send these responses on one request. It should be posible to write a pdf from the same request to disk (server), and the html in the browser (the original response) requests this pdf (already a file!) eg. with an onload event in the body tag. That could make sence for so much data. As far as i know, this solution is not supported by Cocoon yet, but the implementation should not be that effort. cheers manfred [EMAIL PROTECTED] am 30.01.2003 10:29:16 Bitte antworten an [EMAIL PROTECTED]@inet An: [EMAIL PROTECTED] Kopie: Thema: How to open 2 windows (again)? Hi, I asked this before and I got an good answer. >> I want to open 2 windows on one "event". The xsp (I mean the data) >> would be the same, but the output would be: first window html, second >> window pdf. I was told that I couldn't handle this in the sitemap. I'd rather put an open("thePdf") in the onLoad-event of the html-page. Ok. Makes sense. But in the beginning I'm passing parameters to the xsp to create the data dynamically. So this would mean I would have to again pass the parameters to the html-page, which would pass them again to the xsp page. The data there would now get created a second time (and the pdf would be created). Because its much data (reports with maybe up to 10.000 - 50.000 entries) this is somehow a lousy solution. Isn't there a simpler way to solve this "problem"? Jonny ---------------------------------------------------------------------------------------------------- This electronic message contains information from the mmo2 plc Group which may be privileged or confidential. The information is intended to be for the use of the individual(s) or entity named above. If you are not the intended recipient be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by telephone or email (to the numbers or address above) immediately. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>