Hi All,
I am working on a HTML5 form and i have a use case when we have an external link and the requirement is that when the button is clicked the link should open an external URL.
I am using app.launchURL("link") command for the form. The same code is working for PDF forms as the links are opening in new page.
Can someone please provide me an alternative solution to open a external link in HTML5 form or let me know if we can use windows.open("link","_blank");
Thanks
Pranay
Solved! Go to Solution.
Views
Replies
Total Likes
You will have to use window.open
not all functions are supported in html 5 rendition
But is this the best possible approach and do we have any alternate solutions recommended by Adobe..??