Hi,

I am new to IText. I have a problem when closing the PDF window. I have a link on the application jsp page to view the pdf of a confirmation. When I click the link, the following javascript code opens the pdf, ViewConfirmationPDF.jsp, in a separate IE window.

function openConfirmationPDF(appContext)
{
msg=window.open(appContext + "/jsp/pn/ViewConfirmationPDF.jsp", "Title", "toolbar=no,addressbar=no,directories=no,status=no,scrollbars=yes,resize=yes,resizable=yes,menubar=no,width=800,height=450");


   msg.opener=self;
}

But, when I close the PDF window, the application window is also closed.

Can anyone help me with this.

Thanks,
Chandrika

_________________________________________________________________
High-speed users�be more efficient online with the new MSN Premium Internet Software. http://join.msn.com/?pgmarket=en-us&page=byoa/prem&ST=1




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to