|
| Displaying file name for open Acrobat files |
 |
Thu, 8 May 2008 08:25:53 -0700 |
What Javascript will display the name of an Acrobat Form?
Thnaks.
|
| Post Reply
|
| Re: Displaying file name for open Acrobat files |
 |
Thu, 8 May 2008 08:33:50 -0700 |
|
| Post Reply
|
| Re: Displaying file name for open Acrobat files |
 |
Thu, 8 May 2008 08:39:29 -0700 |
The URL. We need to copy and paste the address for the form and are currently
doing this using MS Word.
Sorry about that!
|
| Post Reply
|
| Re: Displaying file name for open Acrobat files |
 |
Thu, 8 May 2008 10:02:16 -0700 |
In Acrobat using JavaScript:
this.URL
|
| Post Reply
|
| Re: Displaying file name for open Acrobat files |
 |
Thu, 8 May 2008 11:21:36 -0700 |
Darn you Geo, I was on lunch! ;)
this.URL - document URL
this.baseURL - document base URL used for relative links
this.path - device-independant system path
this.documentFileName - just the filename portion (with extension), no path
information
|
| Post Reply
|
|
|
|
|
|
|
|
|
|