Copy link to clipboard
Copied
How do you create a hyperlink that will open in a new window on ANY browser. I've seen some javascript solutions out there but they don't work in Ssafari or Chrome.
For example:
app.launchURL("http://www.adobe.com", true);
But this doesn't work properly in Safari or Chrome. In other words, it's not a good solution. Why hasn't Adobe provided something as simple as a checkbox that says Open in New Window? I have a client that wants the hyperlinks of the PDFs on their website to open in a new window.
Is there any solution out there that actually works correctly?
Copy link to clipboard
Copied
No. The JS solution is the only one.
Copy link to clipboard
Copied
No. The JS solution is the only one.
Copy link to clipboard
Copied
Thanks @try67. That's what I figured. That's too bad, but I figured I'd ask anyways.

