Avatar

Level 4

Hi Steve,

Thanks for the reply .

"But the URL keeps on changing based on the different environments"

For eg - For development environment our application URL  is - http://localhost/ui-fw/tasks.htm

For testing environment it is - http://wfstest/ui-fw/tasks.htm

Pdf form is same and stored in the livecycle repository . The form is rendered and displayed in the browser to the user.

Now I want to capture the URL in the browser from the client side . As in whenver the user opens the pdf from, can I somehow give the URL in user's browser in an alert at the intialize event  to the user ?

I am still not sure whether I am able to make it clear