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?
app.launchURL("http://www.adobe.com/", true);
Good Luck!
Mark