I've got a html form submitting to a pdf using cfdocument.
Within that pdf, I have a link at the bottom that goes to another policy. I need that link to open up on a new page, rather than _self.
I've tried using Jquery to open the window and not sure if that is even possible, but wasn't successful to say the least.
So basically, I've got.
<cfdocument format="pdf">
<a href="http://www.stackoverflow.com" target="_blank">stackoverflow</a>
</cfdocument>
Not possible. Case closed!
Reason:
- For my purpose, I'd need to be able to open another pdf in a browser window, but in order to do that, you would have to download the second one to Acrobat or another reader you've got.
- Also, you're not able to use jquery to create the new window.