2004 IR Help Posted August 20, 2006 Posted August 20, 2006 By: Mihir Parekh - mihirparekh New browser window from hyperlink in PDF 2004-09-09 23:16 I want to open new browser window on a click of hyperlink generated in a PDF file from JasperReports. Is there any way to do it? Thanks, Mihir By: Gregory A. Swarthout - gswarthout RE: New browser window from hyperlink in PDF 2005-01-04 09:26 Teodor, Do you know of any way to do this? Greg By: cafepost - cafepost RE: New browser window from hyperlink in PDF 2005-01-04 09:30 In your form action say target="_blank": <form action="indexerProduction.report" name="indexerReport" target="_blank" > By: Gregory A. Swarthout - gswarthout RE: New browser window from hyperlink in PDF 2005-01-04 09:34 The "target" attribute isn't available to JasperReports' hyperlinkReferenceExpression
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now