HTML5 Form URL Code to Launch URL in New Tab | Community
Skip to main content
pranaym48551345
Level 3
January 17, 2022
Solved

HTML5 Form URL Code to Launch URL in New Tab

  • January 17, 2022
  • 1 reply
  • 963 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 8
January 17, 2022

You will have to use window.open

not all functions are supported in html 5 rendition 

pranaym48551345
Level 3
January 17, 2022

But is this the best possible approach and do we have any alternate solutions recommended by Adobe..??

GirishBedekarAccepted solution
Level 8
January 17, 2022