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

Can I make a link to a web page in an LCD Form

StevenD
Registered: Oct 6 2006
Posts: 368

Can I make a web link or something that will work like a web link in LiveCycle Designer so when a user clicks on it the browser will open to a certain web site.

StevenD

My Product Information:
LiveCycle Designer, Windows
Helen_Dyksley
Registered: Jun 4 2007
Posts: 27
Steven, in Designer 7.1.2 you can, and perhaps this will work in 8:

Create a Button, and on the Click event, in JavaScript, this script will open a new browser window:

app.launchURL("address", true);

e.g.: app.launchURL("http://www.acrobatusers.com/", true);