I have been evaluating itext's capabilities to see if I would be using it as
our PDF solution. So far, it has been exactly what I was looking for.

I was wondering if someone might be able to say if there is a way to
accomplish the following:

I used to produce report output using JSP's that would display the generated
HTML in an iframe. I am now producing reports in PDF format and presenting
them in the same iframe. I used to be able to define a link inside the
iframe, using HTML, that would cause the top window to display the link's
destination. Now that I am using PDF, I see how to define an anchor with an
external URL. I was wondering if there was a way to have the parent window
display the link's destination when clicked, rather than the destination
displaying inside the iframe.


An example of the HTML link definition that I used to put in the iframe is:

<a href="http://www.linkAddress.com"; target=_top >Link Name</a>


Is there a way to get an anchor to display what it points to in the iframe's
parent window (target=_top)?


Thanks for any information you can provide,

Steve Brady




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to