Answered
Hi,
I'd like to add to a button (or text, or whatever in fact) a web link. I alreader managed to do it but the web page displays in the PDF form it self.
I used this line in the click field
xfa.host.gotoURL ("http://www.google.ca");
The website is appearing in the PDF file itself. I'd like to have it displayed in the default browser.
Is there a way like a javascript to make this possible ?
xfa.host.gotoURL( "http://www.testurl.com" , 1 ) in the command dialog.
Type "1" to load the link in a external window. The "0" loads the website within the current PDF file.
Also,
- Select JavaScript from the Language drop down.
- Select Client from the Run At dropdown.
Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.