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

Link to a web site in java script

DominicanPete
Registered: Jan 4 2008
Posts: 41
Answered

I have placed a button on my form, i need to do some other processing, then i would like to re-direct the user to a web site. Using javascript in a browser, i can invoke 'window.open()', or i can use the ' 'keyword on a button if that is all there is. But i need to do more than just click a button and go to a web site. Any ideas how this can be done?

My Product Information:
LiveCycle Designer, Windows
Lindy
Registered: Jul 17 2007
Posts: 30
You can use the launchURL method of the app object.
app.launchURL("http://www.adobe.com/", true);

Good Luck!
Mark
DominicanPete
Registered: Jan 4 2008
Posts: 41
Worked like a charm! THANKS!!
pete