_javascript_:
 
var win = window.open('generatePDFHere.servlet', 'pdf', '');
 
-bill
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, August 26, 2004 4:34 PM
To: [EMAIL PROTECTED]
Subject: [iText-questions] re: displaying pdf in new window


Sir

I am new to itext and i have the question about the generated pdf

My architecture is using xml as the primary window page and click a link to trigger a servlet that call a class inherited from itext to generate the pdf file
However, i found the pdf file generated will be on the same window so that my primary page will be overridden. Is there any way to display the pdf in new windows by means of servlet/java class/xml control?


Thanks a lot


Timothy Ma

Reply via email to