Jump to content
We've recently updated our Privacy Statement, available here ×

PDF Target="Blank"


jmurray

Recommended Posts

I'm unable to get a PDF hyperlink to open a new browser window even though i set Target="Blank".

 

Code:
				<image  evaluationTime="Now" hyperlinkType="Reference"  hyperlinkTarget="Blank" >
<reportElement
x="69"
y="1"
width="9"
height="9"
key="image-2">
<printWhenExpression><![CDATA[new java.lang.Boolean(($F{TickLevel}.intValue()>0) && ($P{RENDERING}.toString().compareTo("PDF"«»)==0))]]></printWhenExpression>
</reportElement>
<box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/>
<graphicElement stretchType="NoStretch"/>
<imageExpression class="java.lang.String"><![CDATA["/usr/share/tomcat5/webapps/ROOT/reports/src/DigiToll/PROXY/img/grn_tick_lg.bmp"]]></imageExpression>
<hyperlinkReferenceExpression><![CDATA["http://portal.networks.det.nsw.edu.au/pni/jsp/faq.jsp#Other2"]]></hyperlinkReferenceExpression>
</image>

 

Haven't found a reference to this type of issue elsewhere in the forum. Any ideas?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 3 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...