I have 2 forms that have been in use for a couple of years which have scripts for calculation, validation, background color changes etc. However when these are run on machines with Reader 8 or 9 (either thru IE or direct thru Reader), some scripts behave oddly. The calculations are still performed but on a Read Only field the user suddenly has limited access. The field can be clicked into but not anything added to it. The field did some other odd behaviours which I've been able to get rid of by clearing up some un-necessary scripts but this I'm stuck on.
Has anyone had a similar problem with Reader 8 or 9? This is a link to where the form is located. 3 samples of broken fields are the on page 1, section 4. Users with Reader 8 or 9 can clink into those fields and place a cursor there
http://www.courts.state.nh.us/forms/nhjb-2117-p.pdf
Thanks
Meabh
This is not very clear.
Looking at your code, I see you have not always identified the object for the 'getField()' method. This is letting Acrobat/Reader 'ass u m ing' what the object is. JavaScript is not very strict about these things and this laxity in syntax can cause problems, just like lax wording in a legal document can.
George Kaiser