Hello everybody ,
I use Adobe livecycle 8.0 to make some form.
I would like to get the url used to access to a pdf form.
I found on Stefan Cameron blog this script :
...
var sURL = event.target.URL; // URL used to access this PDF form
...
But when I insert this script in my form a security message occurs because i think "event.target.url" call an event to launch again the URL in my form.
Can anyone can help me to find an other way to get the URL used to open my form ?
Thanks in advance .
Jean-Yves
This code should work in any JavaScript context within LiveCycle Form.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script