The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
Thanks Max. Good info. But, in addition to being Mac dumb, I'm also JavaScript dumb...and among other things :-) As much as I've tried learning JS on my own, it's a challenge. Oh I know the very (very) basics, but when you start talking about creating my own methods, that's when the brain starts breaking down ;-) But I suppose I'll take a look at the JS 1.2 specs and see if I can understand anything in there. Thanks again. Ivan Lee Senior Technical Writer The opinions expressed here are that of my own and not of my employer. -----Original Message----- From: Max Wyss [mailto:[EMAIL PROTECTED] Two things to check: 1. According to the JavaScript 1.5 Core Specification (accessible via the developer section of the Netscape website), the getFullYear(), the getUTCDate() and the getUTCMonth() methods were introduced with JavaScript 1.3. Acrobat 4 (and 3) use the Core of JavaScript 1.2, and therefore don't know anything about those three methods. This is why your script fails in Acrobat 4. You might either create your own getFullYear() method, based on the methods used with JavaScript 1.2 and earlier, or in general use only methods from JavaScript 1.2 and earlier. Hope, this can help. Max Wyss To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
