Answered
Hi,
I have a PDF form designed using Lifecycle designer.
It has text field and added/used "Insert Hyperlink" option.
When this form opens in the window and this hyperlink is clicked on the form, hyperlinked page opens on the same window ( PDF form lost).
How can I this hyperlink to open in a new window without losing original PDF opened?
Thanks,
Gombear
I found the answer.
Thanks to Helen_Dyksley on "hyperlinking in Adobe designer 7.0" posting.
>>>>Create a Button, and add this JavaScript on the Click event, to open a new browser window:
app.launchURL("address", true);
e.g. app.launchURL("http://www.adobe.com/", true);