The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
Bill Tolbert wrote:
The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________
It appears that Acroabat 5 considers a single dot to be a zero. This is not making me happy...
Try adding this to a field's onblur event.
if (event.target.value == 0) {console.println("dot = zero"); }
I just discovered that event.value *does* distinguish between "." and "0". So, I'm happy again, but a little confused by the difference. The documentation doesn't seem to make a distinction.
To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
