These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Javascript for LiveCycle form button to open a URL in a browser

johnsgreiner
Registered: Jan 9 2009
Posts: 3

What javascript is best to use for a button in a LiveCycle form so that when the button is clicked a browser opens to a specific URL? If the URL leads to a streaming video, does the answer change?

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
You can create a hyperlink to the URL.

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

johnsgreiner
Registered: Jan 9 2009
Posts: 3
I could not find out how to put a hyperlink into a LiveCycel form. How do I do that?

Is it ok to use javascript that is ececuted on a button click?

e.g.
app.launchURL("http://www.MacroTax.net/VInst/Adjust.wmv")

Or is there a better way?