Hi, I have a form that I created in Livecycle and I want to be able to click on "Terms and Conditions" and it will open up the website with the T&C. Does anyone know what I have to write in javascript to do this? URGENT
Hi, I have a form that I created in Livecycle and I want to be able to click on "Terms and Conditions" and it will open up the website with the T&C. Does anyone know what I have to write in javascript to do this? URGENT
<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p>Welcome to Acrobat Users Community.</p></body>
<body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p>Welcome to <a href="http://www.acrobatusers.com/">Acrobat Users Community</a>.</p></body>
Otherwise you would use [b]app.launchURL("http://google.com", true);[/b]. The "true" opens in a new browser window, the default is "false" which will load it in Acrobat.