将 pdf 上的链接定位到新页面
我有一个使用 cfdocument 提交到 pdf 的 html 表单。
在该 pdf 中,我在底部有一个指向另一项政策的链接。 我需要该链接在新页面上打开,而不是 _self。
我尝试过使用 Jquery 打开窗口,不确定这是否可能,但至少可以说没有成功。
所以基本上,我已经有了。
<cfdocument format="pdf">
<a href="http://www.stackoverflow.com" target="_blank">stackoverflow</a>
</cfdocument>
不可能。 案件已结!
原因:
- 出于我的目的,我需要能够在浏览器窗口中打开另一个 pdf,但为了做到这一点,您必须将第二个 pdf 下载到 Acrobat 或您使用的其他阅读器已经有了。
- 另外,您无法使用 jquery 创建新窗口。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者使用 JQuery
Or with JQuery